Shades of Razzle Dazzle Rose #FB42C7
Tints of Razzle Dazzle Rose #FB42C7
RGB
CMYK
RGB Variations
Color information
#FB42C7 (or 0xFB42C7) is known color: Razzle Dazzle Rose. HEX triplet: FB, 42 and C7. RGB value is (251,66,199). Sum of RGB (Red+Green+Blue) = 251+66+199=516 (68% of max value = 765). Red value is 251 (98.44% from 255 or 48.64% from 516); Green value is 66 (26.17% from 255 or 12.79% from 516); Blue value is 199 (78.12% from 255 or 38.57% from 516); Max value from RGB is 251 - color contains mainly: red. Hex color #FB42C7 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FB42C7 is #04BD38. Grayscale: #888888. Windows color (decimal): -310585 or 13058811. OLE color: 13058811.
HSL color Cylindrical-coordinate representation of color #FB42C7: hue angle of 316.86º 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 #FB42C7 is Cyan = 0, Magento = 0.74, Yellow = 0.21 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 66 | 199 | - |
| CMYK | 0 | 0.74 | 0.21 | 0.02 |
| HSL | 316.86º | 0.96% | 0.62% | - |
| HSV(B) | 316.86º | 0.74% | 0.98% | - |
| XYZ | 52.04 | 28.53 | 56.8 | - |
| YUV | 136.48 | 163.29 | 209.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 66 | 199 | 0 | 0.74 | 0.21 | 0.02 | 316.86 | 0.96 | 0.62 |
| Hex | FB | 42 | C7 | 0 | 4A | 15 | 2 | 13D | 60 | 3E |
| Octal | 373 | 102 | 307 | 0 | 112 | 25 | 2 | 475 | 140 | 76 |
| Binary | 11111011 | 1000010 | 11000111 | 0 | 1001010 | 10101 | 10 | 100111101 | 1100000 | 111110 |
Color Harmonies of #FB42C7
Complementary color
Monochromatic Colors of #FB42C7
Black with #FB42C7
Text Example
Text Example
White with #FB42C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB42C7; }
p { color: rgb(251,66,199); }
H1.HeaderClassName
{
color: #FB42C7;
}
.AnyTagClassName
{
color: #FB42C7;
}
</style>
background-color css
<style>
a { background-color: #FB42C7; }
a { background-color: rgb(251,66,199); }
div.DivClassName
{
background-color: #FB42C7;
}
.BgClassName
{
background-color: #FB42C7;
}
</style>
border-color css
<style>
span { border-color: #FB42C7; }
span { border-color: rgb(251,66,199); }
td.TdClassName
{
border-color: #FB42C7;
}
.TagClassName
{
border-color: #FB42C7;
}
</style>