Shades of Razzle Dazzle Rose #F241C9
Tints of Razzle Dazzle Rose #F241C9
RGB
CMYK
RGB Variations
Color information
#F241C9 (or 0xF241C9) is known color: Razzle Dazzle Rose. HEX triplet: F2, 41 and C9. RGB value is (242,65,201). Sum of RGB (Red+Green+Blue) = 242+65+201=508 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.64% from 508); Green value is 65 (25.78% from 255 or 12.80% from 508); Blue value is 201 (78.91% from 255 or 39.57% from 508); Max value from RGB is 242 - color contains mainly: red. Hex color #F241C9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F241C9 is #0DBE36. Grayscale: #858585. Windows color (decimal): -900663 or 13189618. OLE color: 13189618.
HSL color Cylindrical-coordinate representation of color #F241C9: hue angle of 313.9º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F241C9 is Cyan = 0, Magento = 0.73, Yellow = 0.17 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 65 | 201 | - |
| CMYK | 0 | 0.73 | 0.17 | 0.05 |
| HSL | 313.9º | 0.87% | 0.6% | - |
| HSV(B) | 313.9º | 0.73% | 0.95% | - |
| XYZ | 49.05 | 26.87 | 57.86 | - |
| YUV | 133.43 | 166.14 | 205.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 65 | 201 | 0 | 0.73 | 0.17 | 0.05 | 313.9 | 0.87 | 0.6 |
| Hex | F2 | 41 | C9 | 0 | 49 | 11 | 5 | 13A | 57 | 3C |
| Octal | 362 | 101 | 311 | 0 | 111 | 21 | 5 | 472 | 127 | 74 |
| Binary | 11110010 | 1000001 | 11001001 | 0 | 1001001 | 10001 | 101 | 100111010 | 1010111 | 111100 |
Color Harmonies of #F241C9
Complementary color
Monochromatic Colors of #F241C9
Black with #F241C9
Text Example
Text Example
White with #F241C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F241C9; }
p { color: rgb(242,65,201); }
H1.HeaderClassName
{
color: #F241C9;
}
.AnyTagClassName
{
color: #F241C9;
}
</style>
background-color css
<style>
a { background-color: #F241C9; }
a { background-color: rgb(242,65,201); }
div.DivClassName
{
background-color: #F241C9;
}
.BgClassName
{
background-color: #F241C9;
}
</style>
border-color css
<style>
span { border-color: #F241C9; }
span { border-color: rgb(242,65,201); }
td.TdClassName
{
border-color: #F241C9;
}
.TagClassName
{
border-color: #F241C9;
}
</style>