Shades of Razzle Dazzle Rose #F230CA
Tints of Razzle Dazzle Rose #F230CA
RGB
CMYK
RGB Variations
Color information
#F230CA (or 0xF230CA) is known color: Razzle Dazzle Rose. HEX triplet: F2, 30 and CA. RGB value is (242,48,202). Sum of RGB (Red+Green+Blue) = 242+48+202=492 (65% of max value = 765). Red value is 242 (94.92% from 255 or 49.19% from 492); Green value is 48 (19.14% from 255 or 9.76% from 492); Blue value is 202 (79.30% from 255 or 41.06% from 492); Max value from RGB is 242 - color contains mainly: red. Hex color #F230CA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F230CA is #0DCF35. Grayscale: #7B7B7B. Windows color (decimal): -905014 or 13250802. OLE color: 13250802.
HSL color Cylindrical-coordinate representation of color #F230CA: hue angle of 312.37º 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 #F230CA is Cyan = 0, Magento = 0.80, Yellow = 0.17 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 48 | 202 | - |
| CMYK | 0 | 0.80 | 0.17 | 0.05 |
| HSL | 312.37º | 0.88% | 0.57% | - |
| HSV(B) | 312.37º | 0.8% | 0.95% | - |
| XYZ | 48.34 | 25.26 | 58.2 | - |
| YUV | 123.56 | 172.27 | 212.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 48 | 202 | 0 | 0.80 | 0.17 | 0.05 | 312.37 | 0.88 | 0.57 |
| Hex | F2 | 30 | CA | 0 | 50 | 11 | 5 | 138 | 58 | 39 |
| Octal | 362 | 60 | 312 | 0 | 120 | 21 | 5 | 470 | 130 | 71 |
| Binary | 11110010 | 110000 | 11001010 | 0 | 1010000 | 10001 | 101 | 100111000 | 1011000 | 111001 |
Color Harmonies of #F230CA
Complementary color
Monochromatic Colors of #F230CA
Black with #F230CA
Text Example
Text Example
White with #F230CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F230CA; }
p { color: rgb(242,48,202); }
H1.HeaderClassName
{
color: #F230CA;
}
.AnyTagClassName
{
color: #F230CA;
}
</style>
background-color css
<style>
a { background-color: #F230CA; }
a { background-color: rgb(242,48,202); }
div.DivClassName
{
background-color: #F230CA;
}
.BgClassName
{
background-color: #F230CA;
}
</style>
border-color css
<style>
span { border-color: #F230CA; }
span { border-color: rgb(242,48,202); }
td.TdClassName
{
border-color: #F230CA;
}
.TagClassName
{
border-color: #F230CA;
}
</style>