Shades of Razzle Dazzle Rose #F248C5
Tints of Razzle Dazzle Rose #F248C5
RGB
CMYK
RGB Variations
Color information
#F248C5 (or 0xF248C5) is known color: Razzle Dazzle Rose. HEX triplet: F2, 48 and C5. RGB value is (242,72,197). Sum of RGB (Red+Green+Blue) = 242+72+197=511 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.36% from 511); Green value is 72 (28.52% from 255 or 14.09% from 511); Blue value is 197 (77.34% from 255 or 38.55% from 511); Max value from RGB is 242 - color contains mainly: red. Hex color #F248C5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F248C5 is #0DB73A. Grayscale: #888888. Windows color (decimal): -898875 or 12929266. OLE color: 12929266.
HSL color Cylindrical-coordinate representation of color #F248C5: hue angle of 315.88º degrees, saturation: 0.87, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F248C5 is Cyan = 0, Magento = 0.70, Yellow = 0.19 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 72 | 197 | - |
| CMYK | 0 | 0.70 | 0.19 | 0.05 |
| HSL | 315.88º | 0.87% | 0.62% | - |
| HSV(B) | 315.88º | 0.7% | 0.95% | - |
| XYZ | 49.01 | 27.54 | 55.56 | - |
| YUV | 137.08 | 161.82 | 202.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 72 | 197 | 0 | 0.70 | 0.19 | 0.05 | 315.88 | 0.87 | 0.62 |
| Hex | F2 | 48 | C5 | 0 | 46 | 13 | 5 | 13C | 57 | 3E |
| Octal | 362 | 110 | 305 | 0 | 106 | 23 | 5 | 474 | 127 | 76 |
| Binary | 11110010 | 1001000 | 11000101 | 0 | 1000110 | 10011 | 101 | 100111100 | 1010111 | 111110 |
Color Harmonies of #F248C5
Complementary color
Monochromatic Colors of #F248C5
Black with #F248C5
Text Example
Text Example
White with #F248C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F248C5; }
p { color: rgb(242,72,197); }
H1.HeaderClassName
{
color: #F248C5;
}
.AnyTagClassName
{
color: #F248C5;
}
</style>
background-color css
<style>
a { background-color: #F248C5; }
a { background-color: rgb(242,72,197); }
div.DivClassName
{
background-color: #F248C5;
}
.BgClassName
{
background-color: #F248C5;
}
</style>
border-color css
<style>
span { border-color: #F248C5; }
span { border-color: rgb(242,72,197); }
td.TdClassName
{
border-color: #F248C5;
}
.TagClassName
{
border-color: #F248C5;
}
</style>