Shades of Razzle Dazzle Rose #F031CB
Tints of Razzle Dazzle Rose #F031CB
RGB
CMYK
RGB Variations
Color information
#F031CB (or 0xF031CB) is known color: Razzle Dazzle Rose. HEX triplet: F0, 31 and CB. RGB value is (240,49,203). Sum of RGB (Red+Green+Blue) = 240+49+203=492 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.78% from 492); Green value is 49 (19.53% from 255 or 9.96% from 492); Blue value is 203 (79.69% from 255 or 41.26% from 492); Max value from RGB is 240 - color contains mainly: red. Hex color #F031CB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F031CB is #0FCE34. Grayscale: #7B7B7B. Windows color (decimal): -1035829 or 13316592. OLE color: 13316592.
HSL color Cylindrical-coordinate representation of color #F031CB: hue angle of 311.62º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F031CB is Cyan = 0, Magento = 0.80, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 49 | 203 | - |
| CMYK | 0 | 0.80 | 0.15 | 0.06 |
| HSL | 311.62º | 0.86% | 0.57% | - |
| HSV(B) | 311.62º | 0.8% | 0.94% | - |
| XYZ | 47.81 | 25.03 | 58.81 | - |
| YUV | 123.67 | 172.78 | 210.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 49 | 203 | 0 | 0.80 | 0.15 | 0.06 | 311.62 | 0.86 | 0.57 |
| Hex | F0 | 31 | CB | 0 | 50 | F | 6 | 138 | 56 | 39 |
| Octal | 360 | 61 | 313 | 0 | 120 | 17 | 6 | 470 | 126 | 71 |
| Binary | 11110000 | 110001 | 11001011 | 0 | 1010000 | 1111 | 110 | 100111000 | 1010110 | 111001 |
Color Harmonies of #F031CB
Complementary color
Monochromatic Colors of #F031CB
Black with #F031CB
Text Example
Text Example
White with #F031CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F031CB; }
p { color: rgb(240,49,203); }
H1.HeaderClassName
{
color: #F031CB;
}
.AnyTagClassName
{
color: #F031CB;
}
</style>
background-color css
<style>
a { background-color: #F031CB; }
a { background-color: rgb(240,49,203); }
div.DivClassName
{
background-color: #F031CB;
}
.BgClassName
{
background-color: #F031CB;
}
</style>
border-color css
<style>
span { border-color: #F031CB; }
span { border-color: rgb(240,49,203); }
td.TdClassName
{
border-color: #F031CB;
}
.TagClassName
{
border-color: #F031CB;
}
</style>