#FC22DD

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

Shades of Razzle Dazzle Rose #FC22DD

Tints of Razzle Dazzle Rose #FC22DD

Color information

#FC22DD (or 0xFC22DD) is unknown color: approx Razzle Dazzle Rose. HEX triplet: FC, 22 and DD. RGB value is (252,34,221). Sum of RGB (Red+Green+Blue) = 252+34+221=507 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.70% from 507); Green value is 34 (13.67% from 255 or 6.71% from 507); Blue value is 221 (86.72% from 255 or 43.59% from 507); Max value from RGB is 252 - color contains mainly: red. Hex color #FC22DD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC22DD is #03DD22. Grayscale: #777777. Windows color (decimal): -253219 or 14492412. OLE color: 14492412.

HSL color Cylindrical-coordinate representation of color #FC22DD: hue angle of 308.53º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FC22DD is Cyan = 0, Magento = 0.87, Yellow = 0.12 and Black (K on CMYK) = 0.01.

Color convert

RGB25234221-
CMYK00.870.120.01
HSL308.53º97.32%56.08%-
HSV(B)308.53º86.51%98.82%-
XYZ53.7727.0670.8-
YUV120.5184.72221.79-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 49.70%
GREEN value IS 34 (13.67% from 255) = 6.71%
BLUE value IS 221 (86.72% from 255) = 43.59%
R=49.70%
G=6.71%
B=43.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.12
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2523422100.870.120.01308.5397.3256.08
HexFC22DD057C11356138
Octal37442335012714146514170
Binary111111001000101101110101010111110011001101011100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC22DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC22DD; }

 p { color: rgb(252,34,221); }

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

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

 a { background-color: rgb(252,34,221); }

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

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

 span { border-color: rgb(252,34,221); }

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