Shades of Razzle Dazzle Rose #F540CB
Tints of Razzle Dazzle Rose #F540CB
RGB
CMYK
RGB Variations
Color information
#F540CB (or 0xF540CB) is known color: Razzle Dazzle Rose. HEX triplet: F5, 40 and CB. RGB value is (245,64,203). Sum of RGB (Red+Green+Blue) = 245+64+203=512 (67% of max value = 765). Red value is 245 (96.09% from 255 or 47.85% from 512); Green value is 64 (25.39% from 255 or 12.5% from 512); Blue value is 203 (79.69% from 255 or 39.65% from 512); Max value from RGB is 245 - color contains mainly: red. Hex color #F540CB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F540CB is #0ABF34. Grayscale: #858585. Windows color (decimal): -704309 or 13320437. OLE color: 13320437.
HSL color Cylindrical-coordinate representation of color #F540CB: hue angle of 313.92º degrees, saturation: 0.9, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F540CB is Cyan = 0, Magento = 0.74, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 64 | 203 | - |
| CMYK | 0 | 0.74 | 0.17 | 0.04 |
| HSL | 313.92º | 0.9% | 0.61% | - |
| HSV(B) | 313.92º | 0.74% | 0.96% | - |
| XYZ | 50.27 | 27.39 | 59.14 | - |
| YUV | 133.97 | 166.97 | 207.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 64 | 203 | 0 | 0.74 | 0.17 | 0.04 | 313.92 | 0.9 | 0.61 |
| Hex | F5 | 40 | CB | 0 | 4A | 11 | 4 | 13A | 5A | 3D |
| Octal | 365 | 100 | 313 | 0 | 112 | 21 | 4 | 472 | 132 | 75 |
| Binary | 11110101 | 1000000 | 11001011 | 0 | 1001010 | 10001 | 100 | 100111010 | 1011010 | 111101 |
Color Harmonies of #F540CB
Complementary color
Monochromatic Colors of #F540CB
Black with #F540CB
Text Example
Text Example
White with #F540CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F540CB; }
p { color: rgb(245,64,203); }
H1.HeaderClassName
{
color: #F540CB;
}
.AnyTagClassName
{
color: #F540CB;
}
</style>
background-color css
<style>
a { background-color: #F540CB; }
a { background-color: rgb(245,64,203); }
div.DivClassName
{
background-color: #F540CB;
}
.BgClassName
{
background-color: #F540CB;
}
</style>
border-color css
<style>
span { border-color: #F540CB; }
span { border-color: rgb(245,64,203); }
td.TdClassName
{
border-color: #F540CB;
}
.TagClassName
{
border-color: #F540CB;
}
</style>