Shades of Razzle Dazzle Rose #F245CA
Tints of Razzle Dazzle Rose #F245CA
RGB
CMYK
RGB Variations
Color information
#F245CA (or 0xF245CA) is known color: Razzle Dazzle Rose. HEX triplet: F2, 45 and CA. RGB value is (242,69,202). Sum of RGB (Red+Green+Blue) = 242+69+202=513 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.17% from 513); Green value is 69 (27.34% from 255 or 13.45% from 513); Blue value is 202 (79.30% from 255 or 39.38% from 513); Max value from RGB is 242 - color contains mainly: red. Hex color #F245CA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F245CA is #0DBA35. Grayscale: #878787. Windows color (decimal): -899638 or 13256178. OLE color: 13256178.
HSL color Cylindrical-coordinate representation of color #F245CA: hue angle of 313.87º degrees, saturation: 0.87, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F245CA is Cyan = 0, Magento = 0.71, Yellow = 0.17 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 69 | 202 | - |
| CMYK | 0 | 0.71 | 0.17 | 0.05 |
| HSL | 313.87º | 0.87% | 0.61% | - |
| HSV(B) | 313.87º | 0.71% | 0.95% | - |
| XYZ | 49.41 | 27.4 | 58.56 | - |
| YUV | 135.89 | 165.31 | 203.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 69 | 202 | 0 | 0.71 | 0.17 | 0.05 | 313.87 | 0.87 | 0.61 |
| Hex | F2 | 45 | CA | 0 | 47 | 11 | 5 | 13A | 57 | 3D |
| Octal | 362 | 105 | 312 | 0 | 107 | 21 | 5 | 472 | 127 | 75 |
| Binary | 11110010 | 1000101 | 11001010 | 0 | 1000111 | 10001 | 101 | 100111010 | 1010111 | 111101 |
Color Harmonies of #F245CA
Complementary color
Monochromatic Colors of #F245CA
Black with #F245CA
Text Example
Text Example
White with #F245CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F245CA; }
p { color: rgb(242,69,202); }
H1.HeaderClassName
{
color: #F245CA;
}
.AnyTagClassName
{
color: #F245CA;
}
</style>
background-color css
<style>
a { background-color: #F245CA; }
a { background-color: rgb(242,69,202); }
div.DivClassName
{
background-color: #F245CA;
}
.BgClassName
{
background-color: #F245CA;
}
</style>
border-color css
<style>
span { border-color: #F245CA; }
span { border-color: rgb(242,69,202); }
td.TdClassName
{
border-color: #F245CA;
}
.TagClassName
{
border-color: #F245CA;
}
</style>