Shades of Razzle Dazzle Rose #F842BA
Tints of Razzle Dazzle Rose #F842BA
RGB
CMYK
RGB Variations
Color information
#F842BA (or 0xF842BA) is known color: Razzle Dazzle Rose. HEX triplet: F8, 42 and BA. RGB value is (248,66,186). Sum of RGB (Red+Green+Blue) = 248+66+186=500 (66% of max value = 765). Red value is 248 (97.27% from 255 or 49.6% from 500); Green value is 66 (26.17% from 255 or 13.2% from 500); Blue value is 186 (73.05% from 255 or 37.2% from 500); Max value from RGB is 248 - color contains mainly: red. Hex color #F842BA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F842BA is #07BD45. Grayscale: #858585. Windows color (decimal): -507206 or 12206840. OLE color: 12206840.
HSL color Cylindrical-coordinate representation of color #F842BA: hue angle of 320.44º 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 #F842BA is Cyan = 0, Magento = 0.73, Yellow = 0.25 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 66 | 186 | - |
| CMYK | 0 | 0.73 | 0.25 | 0.03 |
| HSL | 320.44º | 0.93% | 0.62% | - |
| HSV(B) | 320.44º | 0.73% | 0.97% | - |
| XYZ | 49.52 | 27.4 | 49.13 | - |
| YUV | 134.1 | 157.3 | 209.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 66 | 186 | 0 | 0.73 | 0.25 | 0.03 | 320.44 | 0.93 | 0.62 |
| Hex | F8 | 42 | BA | 0 | 49 | 19 | 3 | 140 | 5D | 3E |
| Octal | 370 | 102 | 272 | 0 | 111 | 31 | 3 | 500 | 135 | 76 |
| Binary | 11111000 | 1000010 | 10111010 | 0 | 1001001 | 11001 | 11 | 101000000 | 1011101 | 111110 |
Color Harmonies of #F842BA
Complementary color
Monochromatic Colors of #F842BA
Black with #F842BA
Text Example
Text Example
White with #F842BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F842BA; }
p { color: rgb(248,66,186); }
H1.HeaderClassName
{
color: #F842BA;
}
.AnyTagClassName
{
color: #F842BA;
}
</style>
background-color css
<style>
a { background-color: #F842BA; }
a { background-color: rgb(248,66,186); }
div.DivClassName
{
background-color: #F842BA;
}
.BgClassName
{
background-color: #F842BA;
}
</style>
border-color css
<style>
span { border-color: #F842BA; }
span { border-color: rgb(248,66,186); }
td.TdClassName
{
border-color: #F842BA;
}
.TagClassName
{
border-color: #F842BA;
}
</style>