Shades of Razzle Dazzle Rose #F842CA
Tints of Razzle Dazzle Rose #F842CA
RGB
CMYK
RGB Variations
Color information
#F842CA (or 0xF842CA) is known color: Razzle Dazzle Rose. HEX triplet: F8, 42 and CA. RGB value is (248,66,202). Sum of RGB (Red+Green+Blue) = 248+66+202=516 (68% of max value = 765). Red value is 248 (97.27% from 255 or 48.06% from 516); Green value is 66 (26.17% from 255 or 12.79% from 516); Blue value is 202 (79.30% from 255 or 39.15% from 516); Max value from RGB is 248 - color contains mainly: red. Hex color #F842CA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F842CA is #07BD35. Grayscale: #878787. Windows color (decimal): -507190 or 13255416. OLE color: 13255416.
HSL color Cylindrical-coordinate representation of color #F842CA: hue angle of 315.16º degrees, saturation: 0.93, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F842CA is Cyan = 0, Magento = 0.73, Yellow = 0.19 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 66 | 202 | - |
| CMYK | 0 | 0.73 | 0.19 | 0.03 |
| HSL | 315.16º | 0.93% | 0.62% | - |
| HSV(B) | 315.16º | 0.73% | 0.97% | - |
| XYZ | 51.32 | 28.12 | 58.6 | - |
| YUV | 135.92 | 165.3 | 207.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 66 | 202 | 0 | 0.73 | 0.19 | 0.03 | 315.16 | 0.93 | 0.62 |
| Hex | F8 | 42 | CA | 0 | 49 | 13 | 3 | 13B | 5D | 3E |
| Octal | 370 | 102 | 312 | 0 | 111 | 23 | 3 | 473 | 135 | 76 |
| Binary | 11111000 | 1000010 | 11001010 | 0 | 1001001 | 10011 | 11 | 100111011 | 1011101 | 111110 |
Color Harmonies of #F842CA
Complementary color
Monochromatic Colors of #F842CA
Black with #F842CA
Text Example
Text Example
White with #F842CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F842CA; }
p { color: rgb(248,66,202); }
H1.HeaderClassName
{
color: #F842CA;
}
.AnyTagClassName
{
color: #F842CA;
}
</style>
background-color css
<style>
a { background-color: #F842CA; }
a { background-color: rgb(248,66,202); }
div.DivClassName
{
background-color: #F842CA;
}
.BgClassName
{
background-color: #F842CA;
}
</style>
border-color css
<style>
span { border-color: #F842CA; }
span { border-color: rgb(248,66,202); }
td.TdClassName
{
border-color: #F842CA;
}
.TagClassName
{
border-color: #F842CA;
}
</style>