#FD33C6

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

Shades of Razzle Dazzle Rose #FD33C6

Tints of Razzle Dazzle Rose #FD33C6

Color information

#FD33C6 (or 0xFD33C6) is unknown color: approx Razzle Dazzle Rose. HEX triplet: FD, 33 and C6. RGB value is (253,51,198). Sum of RGB (Red+Green+Blue) = 253+51+198=502 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.40% from 502); Green value is 51 (20.31% from 255 or 10.16% from 502); Blue value is 198 (77.73% from 255 or 39.44% from 502); Max value from RGB is 253 - color contains mainly: red. Hex color #FD33C6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FD33C6 is #02CC39. Grayscale: #7F7F7F. Windows color (decimal): -183354 or 12989437. OLE color: 12989437.

HSL color Cylindrical-coordinate representation of color #FD33C6: hue angle of 316.34º degrees, saturation: 0.98, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FD33C6 is Cyan = 0, Magento = 0.80, Yellow = 0.22 and Black (K on CMYK) = 0.01.

Color convert

RGB25351198-
CMYK00.800.220.01
HSL316.34º98.06%59.61%-
HSV(B)316.34º79.84%99.22%-
XYZ51.8827.3355.97-
YUV128.16167.42217.05-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 50.40%
GREEN value IS 51 (20.31% from 255) = 10.16%
BLUE value IS 198 (77.73% from 255) = 39.44%
R=50.40%
G=10.16%
B=39.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.22
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2535119800.800.220.01316.3498.0659.61
HexFD33C605016113c623c
Octal37563306012026147414274
Binary1111110111001111000110010100001011011001111001100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD33C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD33C6; }

 p { color: rgb(253,51,198); }

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

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

 a { background-color: rgb(253,51,198); }

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

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

 span { border-color: rgb(253,51,198); }

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