Shades of Razzle Dazzle Rose #FB50CF
Tints of Razzle Dazzle Rose #FB50CF
RGB
CMYK
RGB Variations
Color information
#FB50CF (or 0xFB50CF) is known color: Razzle Dazzle Rose. HEX triplet: FB, 50 and CF. RGB value is (251,80,207). Sum of RGB (Red+Green+Blue) = 251+80+207=538 (71% of max value = 765). Red value is 251 (98.44% from 255 or 46.65% from 538); Green value is 80 (31.64% from 255 or 14.87% from 538); Blue value is 207 (81.25% from 255 or 38.48% from 538); Max value from RGB is 251 - color contains mainly: red. Hex color #FB50CF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB50CF is #04AF30. Grayscale: #919191. Windows color (decimal): -306993 or 13586683. OLE color: 13586683.
HSL color Cylindrical-coordinate representation of color #FB50CF: hue angle of 315.44º degrees, saturation: 0.96, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FB50CF is Cyan = 0, Magento = 0.68, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 80 | 207 | - |
| CMYK | 0 | 0.68 | 0.18 | 0.02 |
| HSL | 315.44º | 0.96% | 0.65% | - |
| HSV(B) | 315.44º | 0.68% | 0.98% | - |
| XYZ | 53.91 | 30.75 | 62.13 | - |
| YUV | 145.61 | 162.65 | 203.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 80 | 207 | 0 | 0.68 | 0.18 | 0.02 | 315.44 | 0.96 | 0.65 |
| Hex | FB | 50 | CF | 0 | 44 | 12 | 2 | 13B | 60 | 41 |
| Octal | 373 | 120 | 317 | 0 | 104 | 22 | 2 | 473 | 140 | 101 |
| Binary | 11111011 | 1010000 | 11001111 | 0 | 1000100 | 10010 | 10 | 100111011 | 1100000 | 1000001 |
Color Harmonies of #FB50CF
Complementary color
Monochromatic Colors of #FB50CF
Black with #FB50CF
Text Example
Text Example
White with #FB50CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB50CF; }
p { color: rgb(251,80,207); }
H1.HeaderClassName
{
color: #FB50CF;
}
.AnyTagClassName
{
color: #FB50CF;
}
</style>
background-color css
<style>
a { background-color: #FB50CF; }
a { background-color: rgb(251,80,207); }
div.DivClassName
{
background-color: #FB50CF;
}
.BgClassName
{
background-color: #FB50CF;
}
</style>
border-color css
<style>
span { border-color: #FB50CF; }
span { border-color: rgb(251,80,207); }
td.TdClassName
{
border-color: #FB50CF;
}
.TagClassName
{
border-color: #FB50CF;
}
</style>