#FD33C2

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

Shades of Razzle Dazzle Rose #FD33C2

Tints of Razzle Dazzle Rose #FD33C2

Color information

#FD33C2 (or 0xFD33C2) is unknown color: approx Razzle Dazzle Rose. HEX triplet: FD, 33 and C2. RGB value is (253,51,194). Sum of RGB (Red+Green+Blue) = 253+51+194=498 (65% of max value = 765). Red value is 253 (99.22% from 255 or 50.80% from 498); Green value is 51 (20.31% from 255 or 10.24% from 498); Blue value is 194 (76.17% from 255 or 38.96% from 498); Max value from RGB is 253 - color contains mainly: red. Hex color #FD33C2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FD33C2 is #02CC3D. Grayscale: #7F7F7F. Windows color (decimal): -183358 or 12727293. OLE color: 12727293.

HSL color Cylindrical-coordinate representation of color #FD33C2: hue angle of 317.52º 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 #FD33C2 is Cyan = 0, Magento = 0.80, Yellow = 0.23 and Black (K on CMYK) = 0.01.

Color convert

RGB25351194-
CMYK00.800.230.01
HSL317.52º98.06%59.61%-
HSV(B)317.52º79.84%99.22%-
XYZ51.4327.1553.57-
YUV127.7165.42217.37-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 50.80%
GREEN value IS 51 (20.31% from 255) = 10.24%
BLUE value IS 194 (76.17% from 255) = 38.96%
R=50.80%
G=10.24%
B=38.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.23
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2535119400.800.230.01317.5298.0659.61
HexFD33C205017113e623c
Octal37563302012027147614274
Binary1111110111001111000010010100001011111001111101100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD33C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD33C2; }

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

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

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

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

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

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

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

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