Shades of Razzle Dazzle Rose #F840C2
Tints of Razzle Dazzle Rose #F840C2
RGB
CMYK
RGB Variations
Color information
#F840C2 (or 0xF840C2) is known color: Razzle Dazzle Rose. HEX triplet: F8, 40 and C2. RGB value is (248,64,194). Sum of RGB (Red+Green+Blue) = 248+64+194=506 (67% of max value = 765). Red value is 248 (97.27% from 255 or 49.01% from 506); Green value is 64 (25.39% from 255 or 12.65% from 506); Blue value is 194 (76.17% from 255 or 38.34% from 506); Max value from RGB is 248 - color contains mainly: red. Hex color #F840C2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F840C2 is #07BF3D. Grayscale: #858585. Windows color (decimal): -507710 or 12730616. OLE color: 12730616.
HSL color Cylindrical-coordinate representation of color #F840C2: hue angle of 317.61º degrees, saturation: 0.93, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F840C2 is Cyan = 0, Magento = 0.74, Yellow = 0.22 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 64 | 194 | - |
| CMYK | 0 | 0.74 | 0.22 | 0.03 |
| HSL | 317.61º | 0.93% | 0.61% | - |
| HSV(B) | 317.61º | 0.74% | 0.97% | - |
| XYZ | 50.28 | 27.52 | 53.7 | - |
| YUV | 133.84 | 161.96 | 209.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 64 | 194 | 0 | 0.74 | 0.22 | 0.03 | 317.61 | 0.93 | 0.61 |
| Hex | F8 | 40 | C2 | 0 | 4A | 16 | 3 | 13E | 5D | 3D |
| Octal | 370 | 100 | 302 | 0 | 112 | 26 | 3 | 476 | 135 | 75 |
| Binary | 11111000 | 1000000 | 11000010 | 0 | 1001010 | 10110 | 11 | 100111110 | 1011101 | 111101 |
Color Harmonies of #F840C2
Complementary color
Monochromatic Colors of #F840C2
Black with #F840C2
Text Example
Text Example
White with #F840C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F840C2; }
p { color: rgb(248,64,194); }
H1.HeaderClassName
{
color: #F840C2;
}
.AnyTagClassName
{
color: #F840C2;
}
</style>
background-color css
<style>
a { background-color: #F840C2; }
a { background-color: rgb(248,64,194); }
div.DivClassName
{
background-color: #F840C2;
}
.BgClassName
{
background-color: #F840C2;
}
</style>
border-color css
<style>
span { border-color: #F840C2; }
span { border-color: rgb(248,64,194); }
td.TdClassName
{
border-color: #F840C2;
}
.TagClassName
{
border-color: #F840C2;
}
</style>