Shades of Razzle Dazzle Rose #FB42C5
Tints of Razzle Dazzle Rose #FB42C5
RGB
CMYK
RGB Variations
Color information
#FB42C5 (or 0xFB42C5) is known color: Razzle Dazzle Rose. HEX triplet: FB, 42 and C5. RGB value is (251,66,197). Sum of RGB (Red+Green+Blue) = 251+66+197=514 (68% of max value = 765). Red value is 251 (98.44% from 255 or 48.83% from 514); Green value is 66 (26.17% from 255 or 12.84% from 514); Blue value is 197 (77.34% from 255 or 38.33% from 514); Max value from RGB is 251 - color contains mainly: red. Hex color #FB42C5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FB42C5 is #04BD3A. Grayscale: #878787. Windows color (decimal): -310587 or 12927739. OLE color: 12927739.
HSL color Cylindrical-coordinate representation of color #FB42C5: hue angle of 317.51º 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 #FB42C5 is Cyan = 0, Magento = 0.74, Yellow = 0.22 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 66 | 197 | - |
| CMYK | 0 | 0.74 | 0.22 | 0.02 |
| HSL | 317.51º | 0.96% | 0.62% | - |
| HSV(B) | 317.51º | 0.74% | 0.98% | - |
| XYZ | 51.81 | 28.44 | 55.58 | - |
| YUV | 136.25 | 162.29 | 209.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 66 | 197 | 0 | 0.74 | 0.22 | 0.02 | 317.51 | 0.96 | 0.62 |
| Hex | FB | 42 | C5 | 0 | 4A | 16 | 2 | 13E | 60 | 3E |
| Octal | 373 | 102 | 305 | 0 | 112 | 26 | 2 | 476 | 140 | 76 |
| Binary | 11111011 | 1000010 | 11000101 | 0 | 1001010 | 10110 | 10 | 100111110 | 1100000 | 111110 |
Color Harmonies of #FB42C5
Complementary color
Monochromatic Colors of #FB42C5
Black with #FB42C5
Text Example
Text Example
White with #FB42C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB42C5; }
p { color: rgb(251,66,197); }
H1.HeaderClassName
{
color: #FB42C5;
}
.AnyTagClassName
{
color: #FB42C5;
}
</style>
background-color css
<style>
a { background-color: #FB42C5; }
a { background-color: rgb(251,66,197); }
div.DivClassName
{
background-color: #FB42C5;
}
.BgClassName
{
background-color: #FB42C5;
}
</style>
border-color css
<style>
span { border-color: #FB42C5; }
span { border-color: rgb(251,66,197); }
td.TdClassName
{
border-color: #FB42C5;
}
.TagClassName
{
border-color: #FB42C5;
}
</style>