Shades of Razzle Dazzle Rose #FB2CF0
Tints of Razzle Dazzle Rose #FB2CF0
RGB
CMYK
RGB Variations
Color information
#FB2CF0 (or 0xFB2CF0) is known color: Razzle Dazzle Rose. HEX triplet: FB, 2C and F0. RGB value is (251,44,240). Sum of RGB (Red+Green+Blue) = 251+44+240=535 (70% of max value = 765). Red value is 251 (98.44% from 255 or 46.92% from 535); Green value is 44 (17.58% from 255 or 8.22% from 535); Blue value is 240 (94.14% from 255 or 44.86% from 535); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2CF0 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FB2CF0 is #04D30F. Grayscale: #7F7F7F. Windows color (decimal): -316176 or 15740155. OLE color: 15740155.
HSL color Cylindrical-coordinate representation of color #FB2CF0: hue angle of 303.19º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FB2CF0 is Cyan = 0, Magento = 0.82, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 44 | 240 | - |
| CMYK | 0 | 0.82 | 0.04 | 0.02 |
| HSL | 303.19º | 0.96% | 0.58% | - |
| HSV(B) | 303.19º | 0.82% | 0.98% | - |
| XYZ | 56.41 | 28.6 | 84.99 | - |
| YUV | 128.24 | 191.08 | 215.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 44 | 240 | 0 | 0.82 | 0.04 | 0.02 | 303.19 | 0.96 | 0.58 |
| Hex | FB | 2C | F0 | 0 | 52 | 4 | 2 | 12F | 60 | 3A |
| Octal | 373 | 54 | 360 | 0 | 122 | 4 | 2 | 457 | 140 | 72 |
| Binary | 11111011 | 101100 | 11110000 | 0 | 1010010 | 100 | 10 | 100101111 | 1100000 | 111010 |
Color Harmonies of #FB2CF0
Complementary color
Monochromatic Colors of #FB2CF0
Black with #FB2CF0
Text Example
Text Example
White with #FB2CF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB2CF0; }
p { color: rgb(251,44,240); }
H1.HeaderClassName
{
color: #FB2CF0;
}
.AnyTagClassName
{
color: #FB2CF0;
}
</style>
background-color css
<style>
a { background-color: #FB2CF0; }
a { background-color: rgb(251,44,240); }
div.DivClassName
{
background-color: #FB2CF0;
}
.BgClassName
{
background-color: #FB2CF0;
}
</style>
border-color css
<style>
span { border-color: #FB2CF0; }
span { border-color: rgb(251,44,240); }
td.TdClassName
{
border-color: #FB2CF0;
}
.TagClassName
{
border-color: #FB2CF0;
}
</style>