Shades of Razzle Dazzle Rose #F840C8
Tints of Razzle Dazzle Rose #F840C8
RGB
CMYK
RGB Variations
Color information
#F840C8 (or 0xF840C8) is known color: Razzle Dazzle Rose. HEX triplet: F8, 40 and C8. RGB value is (248,64,200). Sum of RGB (Red+Green+Blue) = 248+64+200=512 (67% of max value = 765). Red value is 248 (97.27% from 255 or 48.44% from 512); Green value is 64 (25.39% from 255 or 12.5% from 512); Blue value is 200 (78.52% from 255 or 39.06% from 512); Max value from RGB is 248 - color contains mainly: red. Hex color #F840C8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F840C8 is #07BF37. Grayscale: #868686. Windows color (decimal): -507704 or 13123832. OLE color: 13123832.
HSL color Cylindrical-coordinate representation of color #F840C8: hue angle of 315.65º 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 #F840C8 is Cyan = 0, Magento = 0.74, Yellow = 0.19 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 64 | 200 | - |
| CMYK | 0 | 0.74 | 0.19 | 0.03 |
| HSL | 315.65º | 0.93% | 0.61% | - |
| HSV(B) | 315.65º | 0.74% | 0.97% | - |
| XYZ | 50.97 | 27.79 | 57.32 | - |
| YUV | 134.52 | 164.96 | 208.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 64 | 200 | 0 | 0.74 | 0.19 | 0.03 | 315.65 | 0.93 | 0.61 |
| Hex | F8 | 40 | C8 | 0 | 4A | 13 | 3 | 13C | 5D | 3D |
| Octal | 370 | 100 | 310 | 0 | 112 | 23 | 3 | 474 | 135 | 75 |
| Binary | 11111000 | 1000000 | 11001000 | 0 | 1001010 | 10011 | 11 | 100111100 | 1011101 | 111101 |
Color Harmonies of #F840C8
Complementary color
Monochromatic Colors of #F840C8
Black with #F840C8
Text Example
Text Example
White with #F840C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F840C8; }
p { color: rgb(248,64,200); }
H1.HeaderClassName
{
color: #F840C8;
}
.AnyTagClassName
{
color: #F840C8;
}
</style>
background-color css
<style>
a { background-color: #F840C8; }
a { background-color: rgb(248,64,200); }
div.DivClassName
{
background-color: #F840C8;
}
.BgClassName
{
background-color: #F840C8;
}
</style>
border-color css
<style>
span { border-color: #F840C8; }
span { border-color: rgb(248,64,200); }
td.TdClassName
{
border-color: #F840C8;
}
.TagClassName
{
border-color: #F840C8;
}
</style>