Shades of Razzle Dazzle Rose #FB42C0
Tints of Razzle Dazzle Rose #FB42C0
RGB
CMYK
RGB Variations
Color information
#FB42C0 (or 0xFB42C0) is known color: Razzle Dazzle Rose. HEX triplet: FB, 42 and C0. RGB value is (251,66,192). Sum of RGB (Red+Green+Blue) = 251+66+192=509 (67% of max value = 765). Red value is 251 (98.44% from 255 or 49.31% from 509); Green value is 66 (26.17% from 255 or 12.97% from 509); Blue value is 192 (75.39% from 255 or 37.72% from 509); Max value from RGB is 251 - color contains mainly: red. Hex color #FB42C0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FB42C0 is #04BD3F. Grayscale: #878787. Windows color (decimal): -310592 or 12600059. OLE color: 12600059.
HSL color Cylindrical-coordinate representation of color #FB42C0: hue angle of 319.14º 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 #FB42C0 is Cyan = 0, Magento = 0.74, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 66 | 192 | - |
| CMYK | 0 | 0.74 | 0.24 | 0.02 |
| HSL | 319.14º | 0.96% | 0.62% | - |
| HSV(B) | 319.14º | 0.74% | 0.98% | - |
| XYZ | 51.25 | 28.21 | 52.61 | - |
| YUV | 135.68 | 159.79 | 210.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 66 | 192 | 0 | 0.74 | 0.24 | 0.02 | 319.14 | 0.96 | 0.62 |
| Hex | FB | 42 | C0 | 0 | 4A | 18 | 2 | 13F | 60 | 3E |
| Octal | 373 | 102 | 300 | 0 | 112 | 30 | 2 | 477 | 140 | 76 |
| Binary | 11111011 | 1000010 | 11000000 | 0 | 1001010 | 11000 | 10 | 100111111 | 1100000 | 111110 |
Color Harmonies of #FB42C0
Complementary color
Monochromatic Colors of #FB42C0
Black with #FB42C0
Text Example
Text Example
White with #FB42C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB42C0; }
p { color: rgb(251,66,192); }
H1.HeaderClassName
{
color: #FB42C0;
}
.AnyTagClassName
{
color: #FB42C0;
}
</style>
background-color css
<style>
a { background-color: #FB42C0; }
a { background-color: rgb(251,66,192); }
div.DivClassName
{
background-color: #FB42C0;
}
.BgClassName
{
background-color: #FB42C0;
}
</style>
border-color css
<style>
span { border-color: #FB42C0; }
span { border-color: rgb(251,66,192); }
td.TdClassName
{
border-color: #FB42C0;
}
.TagClassName
{
border-color: #FB42C0;
}
</style>