Shades of Razzle Dazzle Rose #FC25CE
Tints of Razzle Dazzle Rose #FC25CE
RGB
CMYK
RGB Variations
Color information
#FC25CE (or 0xFC25CE) is known color: Razzle Dazzle Rose. HEX triplet: FC, 25 and CE. RGB value is (252,37,206). Sum of RGB (Red+Green+Blue) = 252+37+206=495 (65% of max value = 765). Red value is 252 (98.83% from 255 or 50.91% from 495); Green value is 37 (14.84% from 255 or 7.47% from 495); Blue value is 206 (80.86% from 255 or 41.62% from 495); Max value from RGB is 252 - color contains mainly: red. Hex color #FC25CE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC25CE is #03DA31. Grayscale: #787878. Windows color (decimal): -252466 or 13510140. OLE color: 13510140.
HSL color Cylindrical-coordinate representation of color #FC25CE: hue angle of 312.84º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FC25CE is Cyan = 0, Magento = 0.85, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 37 | 206 | - |
CMYK | 0 | 0.85 | 0.18 | 0.01 |
HSL | 312.84º | 0.97% | 0.57% | - |
HSV(B) | 312.84º | 0.85% | 0.99% | - |
XYZ | 51.95 | 26.47 | 60.76 | - |
YUV | 120.55 | 176.23 | 221.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 37 | 206 | 0 | 0.85 | 0.18 | 0.01 | 312.84 | 0.97 | 0.57 |
Hex | FC | 25 | CE | 0 | 55 | 12 | 1 | 139 | 61 | 39 |
Octal | 374 | 45 | 316 | 0 | 125 | 22 | 1 | 471 | 141 | 71 |
Binary | 11111100 | 100101 | 11001110 | 0 | 1010101 | 10010 | 1 | 100111001 | 1100001 | 111001 |
Color Harmonies of #FC25CE
Complementary color
Monochromatic Colors of #FC25CE
Black with #FC25CE
Text Example
Text Example
White with #FC25CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC25CE; }
p { color: rgb(252,37,206); }
H1.HeaderClassName
{
color: #FC25CE;
}
.AnyTagClassName
{
color: #FC25CE;
}
</style>
background-color css
<style>
a { background-color: #FC25CE; }
a { background-color: rgb(252,37,206); }
div.DivClassName
{
background-color: #FC25CE;
}
.BgClassName
{
background-color: #FC25CE;
}
</style>
border-color css
<style>
span { border-color: #FC25CE; }
span { border-color: rgb(252,37,206); }
td.TdClassName
{
border-color: #FC25CE;
}
.TagClassName
{
border-color: #FC25CE;
}
</style>