#FF35C3

Color #FF35C3 Razzle Dazzle Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Razzle Dazzle Rose #FF35C3

Tints of Razzle Dazzle Rose #FF35C3

Color information

#FF35C3 (or 0xFF35C3) is unknown color: approx Razzle Dazzle Rose. HEX triplet: FF, 35 and C3. RGB value is (255,53,195). Sum of RGB (Red+Green+Blue) = 255+53+195=503 (66% of max value = 765). Red value is 255 (100% from 255 or 50.70% from 503); Green value is 53 (21.09% from 255 or 10.54% from 503); Blue value is 195 (76.56% from 255 or 38.77% from 503); Max value from RGB is 255 - color contains mainly: red. Hex color #FF35C3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF35C3 is #00CA3C. Grayscale: #818181. Windows color (decimal): -51773 or 12793343. OLE color: 12793343.

HSL color Cylindrical-coordinate representation of color #FF35C3: hue angle of 317.82º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #FF35C3 is Cyan = 0, Magento = 0.79, Yellow = 0.24 and Black (K on CMYK) = 0.

Color convert

RGB25553195-
CMYK00.790.240
HSL317.82º100%60.39%-
HSV(B)317.82º79.22%100%-
XYZ52.3627.7554.23-
YUV129.59164.92217.45-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 255 (100% from 255) = 50.70%
GREEN value IS 53 (21.09% from 255) = 10.54%
BLUE value IS 195 (76.56% from 255) = 38.77%
R=50.70%
G=10.54%
B=38.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.24
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2555319500.790.240317.8210060.39
HexFF35C304F18013e643c
Octal37765303011730047614474
Binary1111111111010111000011010011111100001001111101100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF35C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF35C3; }

 p { color: rgb(255,53,195); }

 H1.HeaderClassName
 {
   color: #FF35C3;
 }
 .AnyTagClassName
 {
   color: #FF35C3;
 }
</style>
background-color css

<style>
 a { background-color: #FF35C3; }

 a { background-color: rgb(255,53,195); }

 div.DivClassName
 {
   background-color: #FF35C3;
 }
 .BgClassName
 {
   background-color: #FF35C3;
 }
</style>
border-color css

<style>
 span { border-color: #FF35C3; }

 span { border-color: rgb(255,53,195); }

 td.TdClassName
 {
   border-color: #FF35C3;
 }
 .TagClassName
 {
   border-color: #FF35C3;
 }
</style>