Shades of Razzle Dazzle Rose #F232CA
Tints of Razzle Dazzle Rose #F232CA
RGB
CMYK
RGB Variations
Color information
#F232CA (or 0xF232CA) is known color: Razzle Dazzle Rose. HEX triplet: F2, 32 and CA. RGB value is (242,50,202). Sum of RGB (Red+Green+Blue) = 242+50+202=494 (65% of max value = 765). Red value is 242 (94.92% from 255 or 48.99% from 494); Green value is 50 (19.92% from 255 or 10.12% from 494); Blue value is 202 (79.30% from 255 or 40.89% from 494); Max value from RGB is 242 - color contains mainly: red. Hex color #F232CA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F232CA is #0DCD35. Grayscale: #7C7C7C. Windows color (decimal): -904502 or 13251314. OLE color: 13251314.
HSL color Cylindrical-coordinate representation of color #F232CA: hue angle of 312.5º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F232CA is Cyan = 0, Magento = 0.79, Yellow = 0.17 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 50 | 202 | - |
| CMYK | 0 | 0.79 | 0.17 | 0.05 |
| HSL | 312.5º | 0.88% | 0.57% | - |
| HSV(B) | 312.5º | 0.79% | 0.95% | - |
| XYZ | 48.42 | 25.42 | 58.23 | - |
| YUV | 124.74 | 171.61 | 211.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 50 | 202 | 0 | 0.79 | 0.17 | 0.05 | 312.5 | 0.88 | 0.57 |
| Hex | F2 | 32 | CA | 0 | 4F | 11 | 5 | 138 | 58 | 39 |
| Octal | 362 | 62 | 312 | 0 | 117 | 21 | 5 | 470 | 130 | 71 |
| Binary | 11110010 | 110010 | 11001010 | 0 | 1001111 | 10001 | 101 | 100111000 | 1011000 | 111001 |
Color Harmonies of #F232CA
Complementary color
Monochromatic Colors of #F232CA
Black with #F232CA
Text Example
Text Example
White with #F232CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F232CA; }
p { color: rgb(242,50,202); }
H1.HeaderClassName
{
color: #F232CA;
}
.AnyTagClassName
{
color: #F232CA;
}
</style>
background-color css
<style>
a { background-color: #F232CA; }
a { background-color: rgb(242,50,202); }
div.DivClassName
{
background-color: #F232CA;
}
.BgClassName
{
background-color: #F232CA;
}
</style>
border-color css
<style>
span { border-color: #F232CA; }
span { border-color: rgb(242,50,202); }
td.TdClassName
{
border-color: #F232CA;
}
.TagClassName
{
border-color: #F232CA;
}
</style>