Shades of Razzle Dazzle Rose #F839CF
Tints of Razzle Dazzle Rose #F839CF
RGB
CMYK
RGB Variations
Color information
#F839CF (or 0xF839CF) is known color: Razzle Dazzle Rose. HEX triplet: F8, 39 and CF. RGB value is (248,57,207). Sum of RGB (Red+Green+Blue) = 248+57+207=512 (67% of max value = 765). Red value is 248 (97.27% from 255 or 48.44% from 512); Green value is 57 (22.66% from 255 or 11.13% from 512); Blue value is 207 (81.25% from 255 or 40.43% from 512); Max value from RGB is 248 - color contains mainly: red. Hex color #F839CF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F839CF is #07C630. Grayscale: #828282. Windows color (decimal): -509489 or 13580792. OLE color: 13580792.
HSL color Cylindrical-coordinate representation of color #F839CF: hue angle of 312.88º degrees, saturation: 0.93, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F839CF is Cyan = 0, Magento = 0.77, Yellow = 0.17 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 57 | 207 | - |
| CMYK | 0 | 0.77 | 0.17 | 0.03 |
| HSL | 312.88º | 0.93% | 0.6% | - |
| HSV(B) | 312.88º | 0.77% | 0.97% | - |
| XYZ | 51.44 | 27.39 | 61.61 | - |
| YUV | 131.21 | 170.78 | 211.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 57 | 207 | 0 | 0.77 | 0.17 | 0.03 | 312.88 | 0.93 | 0.6 |
| Hex | F8 | 39 | CF | 0 | 4D | 11 | 3 | 139 | 5D | 3C |
| Octal | 370 | 71 | 317 | 0 | 115 | 21 | 3 | 471 | 135 | 74 |
| Binary | 11111000 | 111001 | 11001111 | 0 | 1001101 | 10001 | 11 | 100111001 | 1011101 | 111100 |
Color Harmonies of #F839CF
Complementary color
Monochromatic Colors of #F839CF
Black with #F839CF
Text Example
Text Example
White with #F839CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F839CF; }
p { color: rgb(248,57,207); }
H1.HeaderClassName
{
color: #F839CF;
}
.AnyTagClassName
{
color: #F839CF;
}
</style>
background-color css
<style>
a { background-color: #F839CF; }
a { background-color: rgb(248,57,207); }
div.DivClassName
{
background-color: #F839CF;
}
.BgClassName
{
background-color: #F839CF;
}
</style>
border-color css
<style>
span { border-color: #F839CF; }
span { border-color: rgb(248,57,207); }
td.TdClassName
{
border-color: #F839CF;
}
.TagClassName
{
border-color: #F839CF;
}
</style>