Shades of Razzle Dazzle Rose #FB42CE
Tints of Razzle Dazzle Rose #FB42CE
RGB
CMYK
RGB Variations
Color information
#FB42CE (or 0xFB42CE) is known color: Razzle Dazzle Rose. HEX triplet: FB, 42 and CE. RGB value is (251,66,206). Sum of RGB (Red+Green+Blue) = 251+66+206=523 (69% of max value = 765). Red value is 251 (98.44% from 255 or 47.99% from 523); Green value is 66 (26.17% from 255 or 12.62% from 523); Blue value is 206 (80.86% from 255 or 39.39% from 523); Max value from RGB is 251 - color contains mainly: red. Hex color #FB42CE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FB42CE is #04BD31. Grayscale: #888888. Windows color (decimal): -310578 or 13517563. OLE color: 13517563.
HSL color Cylindrical-coordinate representation of color #FB42CE: hue angle of 314.59º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FB42CE is Cyan = 0, Magento = 0.74, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 66 | 206 | - |
| CMYK | 0 | 0.74 | 0.18 | 0.02 |
| HSL | 314.59º | 0.96% | 0.62% | - |
| HSV(B) | 314.59º | 0.74% | 0.98% | - |
| XYZ | 52.87 | 28.86 | 61.18 | - |
| YUV | 137.28 | 166.79 | 209.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 66 | 206 | 0 | 0.74 | 0.18 | 0.02 | 314.59 | 0.96 | 0.62 |
| Hex | FB | 42 | CE | 0 | 4A | 12 | 2 | 13B | 60 | 3E |
| Octal | 373 | 102 | 316 | 0 | 112 | 22 | 2 | 473 | 140 | 76 |
| Binary | 11111011 | 1000010 | 11001110 | 0 | 1001010 | 10010 | 10 | 100111011 | 1100000 | 111110 |
Color Harmonies of #FB42CE
Complementary color
Monochromatic Colors of #FB42CE
Black with #FB42CE
Text Example
Text Example
White with #FB42CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB42CE; }
p { color: rgb(251,66,206); }
H1.HeaderClassName
{
color: #FB42CE;
}
.AnyTagClassName
{
color: #FB42CE;
}
</style>
background-color css
<style>
a { background-color: #FB42CE; }
a { background-color: rgb(251,66,206); }
div.DivClassName
{
background-color: #FB42CE;
}
.BgClassName
{
background-color: #FB42CE;
}
</style>
border-color css
<style>
span { border-color: #FB42CE; }
span { border-color: rgb(251,66,206); }
td.TdClassName
{
border-color: #FB42CE;
}
.TagClassName
{
border-color: #FB42CE;
}
</style>