Shades of Razzle Dazzle Rose #F244C8
Tints of Razzle Dazzle Rose #F244C8
RGB
CMYK
RGB Variations
Color information
#F244C8 (or 0xF244C8) is known color: Razzle Dazzle Rose. HEX triplet: F2, 44 and C8. RGB value is (242,68,200). Sum of RGB (Red+Green+Blue) = 242+68+200=510 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.45% from 510); Green value is 68 (26.95% from 255 or 13.33% from 510); Blue value is 200 (78.52% from 255 or 39.22% from 510); Max value from RGB is 242 - color contains mainly: red. Hex color #F244C8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F244C8 is #0DBB37. Grayscale: #868686. Windows color (decimal): -899896 or 13124850. OLE color: 13124850.
HSL color Cylindrical-coordinate representation of color #F244C8: hue angle of 314.48º degrees, saturation: 0.87, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F244C8 is Cyan = 0, Magento = 0.72, Yellow = 0.17 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 68 | 200 | - |
| CMYK | 0 | 0.72 | 0.17 | 0.05 |
| HSL | 314.48º | 0.87% | 0.61% | - |
| HSV(B) | 314.48º | 0.72% | 0.95% | - |
| XYZ | 49.11 | 27.18 | 57.3 | - |
| YUV | 135.07 | 164.65 | 204.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 68 | 200 | 0 | 0.72 | 0.17 | 0.05 | 314.48 | 0.87 | 0.61 |
| Hex | F2 | 44 | C8 | 0 | 48 | 11 | 5 | 13A | 57 | 3D |
| Octal | 362 | 104 | 310 | 0 | 110 | 21 | 5 | 472 | 127 | 75 |
| Binary | 11110010 | 1000100 | 11001000 | 0 | 1001000 | 10001 | 101 | 100111010 | 1010111 | 111101 |
Color Harmonies of #F244C8
Complementary color
Monochromatic Colors of #F244C8
Black with #F244C8
Text Example
Text Example
White with #F244C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F244C8; }
p { color: rgb(242,68,200); }
H1.HeaderClassName
{
color: #F244C8;
}
.AnyTagClassName
{
color: #F244C8;
}
</style>
background-color css
<style>
a { background-color: #F244C8; }
a { background-color: rgb(242,68,200); }
div.DivClassName
{
background-color: #F244C8;
}
.BgClassName
{
background-color: #F244C8;
}
</style>
border-color css
<style>
span { border-color: #F244C8; }
span { border-color: rgb(242,68,200); }
td.TdClassName
{
border-color: #F244C8;
}
.TagClassName
{
border-color: #F244C8;
}
</style>