Shades of Razzle Dazzle Rose #FB42C2
Tints of Razzle Dazzle Rose #FB42C2
RGB
CMYK
RGB Variations
Color information
#FB42C2 (or 0xFB42C2) is known color: Razzle Dazzle Rose. HEX triplet: FB, 42 and C2. RGB value is (251,66,194). Sum of RGB (Red+Green+Blue) = 251+66+194=511 (67% of max value = 765). Red value is 251 (98.44% from 255 or 49.12% from 511); Green value is 66 (26.17% from 255 or 12.92% from 511); Blue value is 194 (76.17% from 255 or 37.96% from 511); Max value from RGB is 251 - color contains mainly: red. Hex color #FB42C2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FB42C2 is #04BD3D. Grayscale: #878787. Windows color (decimal): -310590 or 12731131. OLE color: 12731131.
HSL color Cylindrical-coordinate representation of color #FB42C2: hue angle of 318.49º 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 #FB42C2 is Cyan = 0, Magento = 0.74, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 66 | 194 | - |
| CMYK | 0 | 0.74 | 0.23 | 0.02 |
| HSL | 318.49º | 0.96% | 0.62% | - |
| HSV(B) | 318.49º | 0.74% | 0.98% | - |
| XYZ | 51.47 | 28.3 | 53.79 | - |
| YUV | 135.91 | 160.79 | 210.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 66 | 194 | 0 | 0.74 | 0.23 | 0.02 | 318.49 | 0.96 | 0.62 |
| Hex | FB | 42 | C2 | 0 | 4A | 17 | 2 | 13E | 60 | 3E |
| Octal | 373 | 102 | 302 | 0 | 112 | 27 | 2 | 476 | 140 | 76 |
| Binary | 11111011 | 1000010 | 11000010 | 0 | 1001010 | 10111 | 10 | 100111110 | 1100000 | 111110 |
Color Harmonies of #FB42C2
Complementary color
Monochromatic Colors of #FB42C2
Black with #FB42C2
Text Example
Text Example
White with #FB42C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB42C2; }
p { color: rgb(251,66,194); }
H1.HeaderClassName
{
color: #FB42C2;
}
.AnyTagClassName
{
color: #FB42C2;
}
</style>
background-color css
<style>
a { background-color: #FB42C2; }
a { background-color: rgb(251,66,194); }
div.DivClassName
{
background-color: #FB42C2;
}
.BgClassName
{
background-color: #FB42C2;
}
</style>
border-color css
<style>
span { border-color: #FB42C2; }
span { border-color: rgb(251,66,194); }
td.TdClassName
{
border-color: #FB42C2;
}
.TagClassName
{
border-color: #FB42C2;
}
</style>