Shades of Razzle Dazzle Rose #FB42E4
Tints of Razzle Dazzle Rose #FB42E4
RGB
CMYK
RGB Variations
Color information
#FB42E4 (or 0xFB42E4) is known color: Razzle Dazzle Rose. HEX triplet: FB, 42 and E4. RGB value is (251,66,228). Sum of RGB (Red+Green+Blue) = 251+66+228=545 (72% of max value = 765). Red value is 251 (98.44% from 255 or 46.06% from 545); Green value is 66 (26.17% from 255 or 12.11% from 545); Blue value is 228 (89.45% from 255 or 41.83% from 545); Max value from RGB is 251 - color contains mainly: red. Hex color #FB42E4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FB42E4 is #04BD1B. Grayscale: #8B8B8B. Windows color (decimal): -310556 or 14959355. OLE color: 14959355.
HSL color Cylindrical-coordinate representation of color #FB42E4: hue angle of 307.46º 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 #FB42E4 is Cyan = 0, Magento = 0.74, Yellow = 0.09 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 66 | 228 | - |
| CMYK | 0 | 0.74 | 0.09 | 0.02 |
| HSL | 307.46º | 0.96% | 0.62% | - |
| HSV(B) | 307.46º | 0.74% | 0.98% | - |
| XYZ | 55.74 | 30.01 | 76.25 | - |
| YUV | 139.78 | 177.79 | 207.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 66 | 228 | 0 | 0.74 | 0.09 | 0.02 | 307.46 | 0.96 | 0.62 |
| Hex | FB | 42 | E4 | 0 | 4A | 9 | 2 | 133 | 60 | 3E |
| Octal | 373 | 102 | 344 | 0 | 112 | 11 | 2 | 463 | 140 | 76 |
| Binary | 11111011 | 1000010 | 11100100 | 0 | 1001010 | 1001 | 10 | 100110011 | 1100000 | 111110 |
Color Harmonies of #FB42E4
Complementary color
Monochromatic Colors of #FB42E4
Black with #FB42E4
Text Example
Text Example
White with #FB42E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB42E4; }
p { color: rgb(251,66,228); }
H1.HeaderClassName
{
color: #FB42E4;
}
.AnyTagClassName
{
color: #FB42E4;
}
</style>
background-color css
<style>
a { background-color: #FB42E4; }
a { background-color: rgb(251,66,228); }
div.DivClassName
{
background-color: #FB42E4;
}
.BgClassName
{
background-color: #FB42E4;
}
</style>
border-color css
<style>
span { border-color: #FB42E4; }
span { border-color: rgb(251,66,228); }
td.TdClassName
{
border-color: #FB42E4;
}
.TagClassName
{
border-color: #FB42E4;
}
</style>