#FC3DB8

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

Shades of Razzle Dazzle Rose #FC3DB8

Tints of Razzle Dazzle Rose #FC3DB8

Color information

#FC3DB8 (or 0xFC3DB8) is unknown color: approx Razzle Dazzle Rose. HEX triplet: FC, 3D and B8. RGB value is (252,61,184). Sum of RGB (Red+Green+Blue) = 252+61+184=497 (65% of max value = 765). Red value is 252 (98.83% from 255 or 50.70% from 497); Green value is 61 (24.22% from 255 or 12.27% from 497); Blue value is 184 (72.27% from 255 or 37.02% from 497); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3DB8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC3DB8 is #03C247. Grayscale: #838383. Windows color (decimal): -246344 or 12074492. OLE color: 12074492.

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

Color convert

RGB25261184-
CMYK00.760.270.01
HSL321.36º96.95%61.37%-
HSV(B)321.36º75.79%98.82%-
XYZ50.4727.4947.99-
YUV132.13157.28213.5-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 50.70%
GREEN value IS 61 (24.22% from 255) = 12.27%
BLUE value IS 184 (72.27% from 255) = 37.02%
R=50.70%
G=12.27%
B=37.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.27
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2526118400.760.270.01321.3696.9561.37
HexFC3DB804C1B1141613d
Octal37475270011433150114175
Binary1111110011110110111000010011001101111010000011100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC3DB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC3DB8; }

 p { color: rgb(252,61,184); }

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

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

 a { background-color: rgb(252,61,184); }

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

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

 span { border-color: rgb(252,61,184); }

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