Shades of Razzle Dazzle Rose #FB42C8
Tints of Razzle Dazzle Rose #FB42C8
RGB
CMYK
RGB Variations
Color information
#FB42C8 (or 0xFB42C8) is known color: Razzle Dazzle Rose. HEX triplet: FB, 42 and C8. RGB value is (251,66,200). Sum of RGB (Red+Green+Blue) = 251+66+200=517 (68% of max value = 765). Red value is 251 (98.44% from 255 or 48.55% from 517); Green value is 66 (26.17% from 255 or 12.77% from 517); Blue value is 200 (78.52% from 255 or 38.68% from 517); Max value from RGB is 251 - color contains mainly: red. Hex color #FB42C8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FB42C8 is #04BD37. Grayscale: #888888. Windows color (decimal): -310584 or 13124347. OLE color: 13124347.
HSL color Cylindrical-coordinate representation of color #FB42C8: hue angle of 316.54º 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 #FB42C8 is Cyan = 0, Magento = 0.74, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 66 | 200 | - |
| CMYK | 0 | 0.74 | 0.20 | 0.02 |
| HSL | 316.54º | 0.96% | 0.62% | - |
| HSV(B) | 316.54º | 0.74% | 0.98% | - |
| XYZ | 52.16 | 28.58 | 57.41 | - |
| YUV | 136.59 | 163.79 | 209.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 66 | 200 | 0 | 0.74 | 0.20 | 0.02 | 316.54 | 0.96 | 0.62 |
| Hex | FB | 42 | C8 | 0 | 4A | 14 | 2 | 13D | 60 | 3E |
| Octal | 373 | 102 | 310 | 0 | 112 | 24 | 2 | 475 | 140 | 76 |
| Binary | 11111011 | 1000010 | 11001000 | 0 | 1001010 | 10100 | 10 | 100111101 | 1100000 | 111110 |
Color Harmonies of #FB42C8
Complementary color
Monochromatic Colors of #FB42C8
Black with #FB42C8
Text Example
Text Example
White with #FB42C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB42C8; }
p { color: rgb(251,66,200); }
H1.HeaderClassName
{
color: #FB42C8;
}
.AnyTagClassName
{
color: #FB42C8;
}
</style>
background-color css
<style>
a { background-color: #FB42C8; }
a { background-color: rgb(251,66,200); }
div.DivClassName
{
background-color: #FB42C8;
}
.BgClassName
{
background-color: #FB42C8;
}
</style>
border-color css
<style>
span { border-color: #FB42C8; }
span { border-color: rgb(251,66,200); }
td.TdClassName
{
border-color: #FB42C8;
}
.TagClassName
{
border-color: #FB42C8;
}
</style>