Shades of Razzle Dazzle Rose #F230D4
Tints of Razzle Dazzle Rose #F230D4
RGB
CMYK
RGB Variations
Color information
#F230D4 (or 0xF230D4) is known color: Razzle Dazzle Rose. HEX triplet: F2, 30 and D4. RGB value is (242,48,212). Sum of RGB (Red+Green+Blue) = 242+48+212=502 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.21% from 502); Green value is 48 (19.14% from 255 or 9.56% from 502); Blue value is 212 (83.20% from 255 or 42.23% from 502); Max value from RGB is 242 - color contains mainly: red. Hex color #F230D4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F230D4 is #0DCF2B. Grayscale: #7C7C7C. Windows color (decimal): -905004 or 13906162. OLE color: 13906162.
HSL color Cylindrical-coordinate representation of color #F230D4: hue angle of 309.28º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F230D4 is Cyan = 0, Magento = 0.80, Yellow = 0.12 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 48 | 212 | - |
| CMYK | 0 | 0.80 | 0.12 | 0.05 |
| HSL | 309.28º | 0.88% | 0.57% | - |
| HSV(B) | 309.28º | 0.8% | 0.95% | - |
| XYZ | 49.56 | 25.74 | 64.64 | - |
| YUV | 124.7 | 177.27 | 211.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 48 | 212 | 0 | 0.80 | 0.12 | 0.05 | 309.28 | 0.88 | 0.57 |
| Hex | F2 | 30 | D4 | 0 | 50 | C | 5 | 135 | 58 | 39 |
| Octal | 362 | 60 | 324 | 0 | 120 | 14 | 5 | 465 | 130 | 71 |
| Binary | 11110010 | 110000 | 11010100 | 0 | 1010000 | 1100 | 101 | 100110101 | 1011000 | 111001 |
Color Harmonies of #F230D4
Complementary color
Monochromatic Colors of #F230D4
Black with #F230D4
Text Example
Text Example
White with #F230D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F230D4; }
p { color: rgb(242,48,212); }
H1.HeaderClassName
{
color: #F230D4;
}
.AnyTagClassName
{
color: #F230D4;
}
</style>
background-color css
<style>
a { background-color: #F230D4; }
a { background-color: rgb(242,48,212); }
div.DivClassName
{
background-color: #F230D4;
}
.BgClassName
{
background-color: #F230D4;
}
</style>
border-color css
<style>
span { border-color: #F230D4; }
span { border-color: rgb(242,48,212); }
td.TdClassName
{
border-color: #F230D4;
}
.TagClassName
{
border-color: #F230D4;
}
</style>