Shades of Razzle Dazzle Rose #F845CB
Tints of Razzle Dazzle Rose #F845CB
RGB
CMYK
RGB Variations
Color information
#F845CB (or 0xF845CB) is known color: Razzle Dazzle Rose. HEX triplet: F8, 45 and CB. RGB value is (248,69,203). Sum of RGB (Red+Green+Blue) = 248+69+203=520 (68% of max value = 765). Red value is 248 (97.27% from 255 or 47.69% from 520); Green value is 69 (27.34% from 255 or 13.27% from 520); Blue value is 203 (79.69% from 255 or 39.04% from 520); Max value from RGB is 248 - color contains mainly: red. Hex color #F845CB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F845CB is #07BA34. Grayscale: #898989. Windows color (decimal): -506421 or 13321720. OLE color: 13321720.
HSL color Cylindrical-coordinate representation of color #F845CB: hue angle of 315.08º degrees, saturation: 0.93, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F845CB is Cyan = 0, Magento = 0.72, Yellow = 0.18 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 69 | 203 | - |
| CMYK | 0 | 0.72 | 0.18 | 0.03 |
| HSL | 315.08º | 0.93% | 0.62% | - |
| HSV(B) | 315.08º | 0.72% | 0.97% | - |
| XYZ | 51.62 | 28.52 | 59.29 | - |
| YUV | 137.8 | 164.8 | 206.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 69 | 203 | 0 | 0.72 | 0.18 | 0.03 | 315.08 | 0.93 | 0.62 |
| Hex | F8 | 45 | CB | 0 | 48 | 12 | 3 | 13B | 5D | 3E |
| Octal | 370 | 105 | 313 | 0 | 110 | 22 | 3 | 473 | 135 | 76 |
| Binary | 11111000 | 1000101 | 11001011 | 0 | 1001000 | 10010 | 11 | 100111011 | 1011101 | 111110 |
Color Harmonies of #F845CB
Complementary color
Monochromatic Colors of #F845CB
Black with #F845CB
Text Example
Text Example
White with #F845CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F845CB; }
p { color: rgb(248,69,203); }
H1.HeaderClassName
{
color: #F845CB;
}
.AnyTagClassName
{
color: #F845CB;
}
</style>
background-color css
<style>
a { background-color: #F845CB; }
a { background-color: rgb(248,69,203); }
div.DivClassName
{
background-color: #F845CB;
}
.BgClassName
{
background-color: #F845CB;
}
</style>
border-color css
<style>
span { border-color: #F845CB; }
span { border-color: rgb(248,69,203); }
td.TdClassName
{
border-color: #F845CB;
}
.TagClassName
{
border-color: #F845CB;
}
</style>