Shades of Persian Rose #F22C9C
Tints of Persian Rose #F22C9C
RGB
CMYK
RGB Variations
Color information
#F22C9C (or 0xF22C9C) is known color: Persian Rose. HEX triplet: F2, 2C and 9C. RGB value is (242,44,156). Sum of RGB (Red+Green+Blue) = 242+44+156=442 (58% of max value = 765). Red value is 242 (94.92% from 255 or 54.75% from 442); Green value is 44 (17.58% from 255 or 9.95% from 442); Blue value is 156 (61.33% from 255 or 35.29% from 442); Max value from RGB is 242 - color contains mainly: red. Hex color #F22C9C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F22C9C is #0DD363. Grayscale: #737373. Windows color (decimal): -906084 or 10235122. OLE color: 10235122.
HSL color Cylindrical-coordinate representation of color #F22C9C: hue angle of 326.06º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F22C9C is Cyan = 0, Magento = 0.82, Yellow = 0.36 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 44 | 156 | - |
| CMYK | 0 | 0.82 | 0.36 | 0.05 |
| HSL | 326.06º | 0.88% | 0.56% | - |
| HSV(B) | 326.06º | 0.82% | 0.95% | - |
| XYZ | 43.52 | 23.08 | 33.61 | - |
| YUV | 115.97 | 150.6 | 217.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 44 | 156 | 0 | 0.82 | 0.36 | 0.05 | 326.06 | 0.88 | 0.56 |
| Hex | F2 | 2C | 9C | 0 | 52 | 24 | 5 | 146 | 58 | 38 |
| Octal | 362 | 54 | 234 | 0 | 122 | 44 | 5 | 506 | 130 | 70 |
| Binary | 11110010 | 101100 | 10011100 | 0 | 1010010 | 100100 | 101 | 101000110 | 1011000 | 111000 |
Color Harmonies of #F22C9C
Complementary color
Monochromatic Colors of #F22C9C
Black with #F22C9C
Text Example
Text Example
White with #F22C9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F22C9C; }
p { color: rgb(242,44,156); }
H1.HeaderClassName
{
color: #F22C9C;
}
.AnyTagClassName
{
color: #F22C9C;
}
</style>
background-color css
<style>
a { background-color: #F22C9C; }
a { background-color: rgb(242,44,156); }
div.DivClassName
{
background-color: #F22C9C;
}
.BgClassName
{
background-color: #F22C9C;
}
</style>
border-color css
<style>
span { border-color: #F22C9C; }
span { border-color: rgb(242,44,156); }
td.TdClassName
{
border-color: #F22C9C;
}
.TagClassName
{
border-color: #F22C9C;
}
</style>