Shades of Razzle Dazzle Rose #F83FC0
Tints of Razzle Dazzle Rose #F83FC0
RGB
CMYK
RGB Variations
Color information
#F83FC0 (or 0xF83FC0) is known color: Razzle Dazzle Rose. HEX triplet: F8, 3F and C0. RGB value is (248,63,192). Sum of RGB (Red+Green+Blue) = 248+63+192=503 (66% of max value = 765). Red value is 248 (97.27% from 255 or 49.30% from 503); Green value is 63 (25% from 255 or 12.52% from 503); Blue value is 192 (75.39% from 255 or 38.17% from 503); Max value from RGB is 248 - color contains mainly: red. Hex color #F83FC0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F83FC0 is #07C03F. Grayscale: #848484. Windows color (decimal): -507968 or 12599288. OLE color: 12599288.
HSL color Cylindrical-coordinate representation of color #F83FC0: hue angle of 318.16º degrees, saturation: 0.93, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F83FC0 is Cyan = 0, Magento = 0.75, Yellow = 0.23 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 63 | 192 | - |
| CMYK | 0 | 0.75 | 0.23 | 0.03 |
| HSL | 318.16º | 0.93% | 0.61% | - |
| HSV(B) | 318.16º | 0.75% | 0.97% | - |
| XYZ | 50 | 27.32 | 52.51 | - |
| YUV | 133.02 | 161.29 | 210.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 63 | 192 | 0 | 0.75 | 0.23 | 0.03 | 318.16 | 0.93 | 0.61 |
| Hex | F8 | 3F | C0 | 0 | 4B | 17 | 3 | 13E | 5D | 3D |
| Octal | 370 | 77 | 300 | 0 | 113 | 27 | 3 | 476 | 135 | 75 |
| Binary | 11111000 | 111111 | 11000000 | 0 | 1001011 | 10111 | 11 | 100111110 | 1011101 | 111101 |
Color Harmonies of #F83FC0
Complementary color
Monochromatic Colors of #F83FC0
Black with #F83FC0
Text Example
Text Example
White with #F83FC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F83FC0; }
p { color: rgb(248,63,192); }
H1.HeaderClassName
{
color: #F83FC0;
}
.AnyTagClassName
{
color: #F83FC0;
}
</style>
background-color css
<style>
a { background-color: #F83FC0; }
a { background-color: rgb(248,63,192); }
div.DivClassName
{
background-color: #F83FC0;
}
.BgClassName
{
background-color: #F83FC0;
}
</style>
border-color css
<style>
span { border-color: #F83FC0; }
span { border-color: rgb(248,63,192); }
td.TdClassName
{
border-color: #F83FC0;
}
.TagClassName
{
border-color: #F83FC0;
}
</style>