#FF35D6

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

Shades of Razzle Dazzle Rose #FF35D6

Tints of Razzle Dazzle Rose #FF35D6

Color information

#FF35D6 (or 0xFF35D6) is unknown color: approx Razzle Dazzle Rose. HEX triplet: FF, 35 and D6. RGB value is (255,53,214). Sum of RGB (Red+Green+Blue) = 255+53+214=522 (69% of max value = 765). Red value is 255 (100% from 255 or 48.85% from 522); Green value is 53 (21.09% from 255 or 10.15% from 522); Blue value is 214 (83.98% from 255 or 41.00% from 522); Max value from RGB is 255 - color contains mainly: red. Hex color #FF35D6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF35D6 is #00CA29. Grayscale: #838383. Windows color (decimal): -51754 or 14038527. OLE color: 14038527.

HSL color Cylindrical-coordinate representation of color #FF35D6: hue angle of 312.18º 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 #FF35D6 is Cyan = 0, Magento = 0.79, Yellow = 0.16 and Black (K on CMYK) = 0.

Color convert

RGB25553214-
CMYK00.790.160
HSL312.18º100%60.39%-
HSV(B)312.18º79.22%100%-
XYZ54.6528.6666.27-
YUV131.75174.42215.91-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 48.85%
GREEN value IS 53 (21.09% from 255) = 10.15%
BLUE value IS 214 (83.98% from 255) = 41.00%
R=48.85%
G=10.15%
B=41.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.16
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2555321400.790.160312.1810060.39
HexFF35D604F100138643c
Octal37765326011720047014474
Binary1111111111010111010110010011111000001001110001100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF35D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF35D6; }

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

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

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

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

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

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

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

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