Shades of Razzle Dazzle Rose #F244CE
Tints of Razzle Dazzle Rose #F244CE
RGB
CMYK
RGB Variations
Color information
#F244CE (or 0xF244CE) is known color: Razzle Dazzle Rose. HEX triplet: F2, 44 and CE. RGB value is (242,68,206). Sum of RGB (Red+Green+Blue) = 242+68+206=516 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.90% from 516); Green value is 68 (26.95% from 255 or 13.18% from 516); Blue value is 206 (80.86% from 255 or 39.92% from 516); Max value from RGB is 242 - color contains mainly: red. Hex color #F244CE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F244CE is #0DBB31. Grayscale: #878787. Windows color (decimal): -899890 or 13518066. OLE color: 13518066.
HSL color Cylindrical-coordinate representation of color #F244CE: hue angle of 312.41º 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 #F244CE is Cyan = 0, Magento = 0.72, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 68 | 206 | - |
| CMYK | 0 | 0.72 | 0.15 | 0.05 |
| HSL | 312.41º | 0.87% | 0.61% | - |
| HSV(B) | 312.41º | 0.72% | 0.95% | - |
| XYZ | 49.83 | 27.47 | 61.07 | - |
| YUV | 135.76 | 167.65 | 203.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 68 | 206 | 0 | 0.72 | 0.15 | 0.05 | 312.41 | 0.87 | 0.61 |
| Hex | F2 | 44 | CE | 0 | 48 | F | 5 | 138 | 57 | 3D |
| Octal | 362 | 104 | 316 | 0 | 110 | 17 | 5 | 470 | 127 | 75 |
| Binary | 11110010 | 1000100 | 11001110 | 0 | 1001000 | 1111 | 101 | 100111000 | 1010111 | 111101 |
Color Harmonies of #F244CE
Complementary color
Monochromatic Colors of #F244CE
Black with #F244CE
Text Example
Text Example
White with #F244CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F244CE; }
p { color: rgb(242,68,206); }
H1.HeaderClassName
{
color: #F244CE;
}
.AnyTagClassName
{
color: #F244CE;
}
</style>
background-color css
<style>
a { background-color: #F244CE; }
a { background-color: rgb(242,68,206); }
div.DivClassName
{
background-color: #F244CE;
}
.BgClassName
{
background-color: #F244CE;
}
</style>
border-color css
<style>
span { border-color: #F244CE; }
span { border-color: rgb(242,68,206); }
td.TdClassName
{
border-color: #F244CE;
}
.TagClassName
{
border-color: #F244CE;
}
</style>