#FC2DF0

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

Shades of Razzle Dazzle Rose #FC2DF0

Tints of Razzle Dazzle Rose #FC2DF0

Color information

#FC2DF0 (or 0xFC2DF0) is unknown color: approx Razzle Dazzle Rose. HEX triplet: FC, 2D and F0. RGB value is (252,45,240). Sum of RGB (Red+Green+Blue) = 252+45+240=537 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.93% from 537); Green value is 45 (17.97% from 255 or 8.38% from 537); Blue value is 240 (94.14% from 255 or 44.69% from 537); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2DF0 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FC2DF0 is #03D20F. Grayscale: #808080. Windows color (decimal): -250384 or 15740412. OLE color: 15740412.

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

Color convert

RGB25245240-
CMYK00.820.050.01
HSL303.48º97.18%58.24%-
HSV(B)303.48º82.14%98.82%-
XYZ56.8128.8685.01-
YUV129.12190.58215.64-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 46.93%
GREEN value IS 45 (17.97% from 255) = 8.38%
BLUE value IS 240 (94.14% from 255) = 44.69%
R=46.93%
G=8.38%
B=44.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.05
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2524524000.820.050.01303.4897.1858.24
HexFC2DF00525112f613a
Octal3745536001225145714172
Binary11111100101101111100000101001010111001011111100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC2DF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC2DF0; }

 p { color: rgb(252,45,240); }

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

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

 a { background-color: rgb(252,45,240); }

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

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

 span { border-color: rgb(252,45,240); }

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