Shades of Razzle Dazzle Rose #F840C0
Tints of Razzle Dazzle Rose #F840C0
RGB
CMYK
RGB Variations
Color information
#F840C0 (or 0xF840C0) is known color: Razzle Dazzle Rose. HEX triplet: F8, 40 and C0. RGB value is (248,64,192). Sum of RGB (Red+Green+Blue) = 248+64+192=504 (66% of max value = 765). Red value is 248 (97.27% from 255 or 49.21% from 504); Green value is 64 (25.39% from 255 or 12.70% from 504); Blue value is 192 (75.39% from 255 or 38.10% from 504); Max value from RGB is 248 - color contains mainly: red. Hex color #F840C0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F840C0 is #07BF3F. Grayscale: #858585. Windows color (decimal): -507712 or 12599544. OLE color: 12599544.
HSL color Cylindrical-coordinate representation of color #F840C0: hue angle of 318.26º 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 #F840C0 is Cyan = 0, Magento = 0.74, Yellow = 0.23 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 64 | 192 | - |
| CMYK | 0 | 0.74 | 0.23 | 0.03 |
| HSL | 318.26º | 0.93% | 0.61% | - |
| HSV(B) | 318.26º | 0.74% | 0.97% | - |
| XYZ | 50.06 | 27.43 | 52.53 | - |
| YUV | 133.61 | 160.96 | 209.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 64 | 192 | 0 | 0.74 | 0.23 | 0.03 | 318.26 | 0.93 | 0.61 |
| Hex | F8 | 40 | C0 | 0 | 4A | 17 | 3 | 13E | 5D | 3D |
| Octal | 370 | 100 | 300 | 0 | 112 | 27 | 3 | 476 | 135 | 75 |
| Binary | 11111000 | 1000000 | 11000000 | 0 | 1001010 | 10111 | 11 | 100111110 | 1011101 | 111101 |
Color Harmonies of #F840C0
Complementary color
Monochromatic Colors of #F840C0
Black with #F840C0
Text Example
Text Example
White with #F840C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F840C0; }
p { color: rgb(248,64,192); }
H1.HeaderClassName
{
color: #F840C0;
}
.AnyTagClassName
{
color: #F840C0;
}
</style>
background-color css
<style>
a { background-color: #F840C0; }
a { background-color: rgb(248,64,192); }
div.DivClassName
{
background-color: #F840C0;
}
.BgClassName
{
background-color: #F840C0;
}
</style>
border-color css
<style>
span { border-color: #F840C0; }
span { border-color: rgb(248,64,192); }
td.TdClassName
{
border-color: #F840C0;
}
.TagClassName
{
border-color: #F840C0;
}
</style>