Shades of Dark Pink #F24271
Tints of Dark Pink #F24271
RGB
CMYK
RGB Variations
Color information
#F24271 (or 0xF24271) is known color: Dark Pink. HEX triplet: F2, 42 and 71. RGB value is (242,66,113). Sum of RGB (Red+Green+Blue) = 242+66+113=421 (55% of max value = 765). Red value is 242 (94.92% from 255 or 57.48% from 421); Green value is 66 (26.17% from 255 or 15.68% from 421); Blue value is 113 (44.53% from 255 or 26.84% from 421); Max value from RGB is 242 - color contains mainly: red. Hex color #F24271 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F24271 is #0DBD8E. Grayscale: #7B7B7B. Windows color (decimal): -900495 or 7422706. OLE color: 7422706.
HSL color Cylindrical-coordinate representation of color #F24271: hue angle of 343.98º 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 #F24271 is Cyan = 0, Magento = 0.73, Yellow = 0.53 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 66 | 113 | - |
| CMYK | 0 | 0.73 | 0.53 | 0.05 |
| HSL | 343.98º | 0.87% | 0.6% | - |
| HSV(B) | 343.98º | 0.73% | 0.95% | - |
| XYZ | 41.55 | 23.97 | 18.06 | - |
| YUV | 123.98 | 121.81 | 212.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 66 | 113 | 0 | 0.73 | 0.53 | 0.05 | 343.98 | 0.87 | 0.6 |
| Hex | F2 | 42 | 71 | 0 | 49 | 35 | 5 | 158 | 57 | 3C |
| Octal | 362 | 102 | 161 | 0 | 111 | 65 | 5 | 530 | 127 | 74 |
| Binary | 11110010 | 1000010 | 1110001 | 0 | 1001001 | 110101 | 101 | 101011000 | 1010111 | 111100 |
Color Harmonies of #F24271
Complementary color
Monochromatic Colors of #F24271
Black with #F24271
Text Example
Text Example
White with #F24271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F24271; }
p { color: rgb(242,66,113); }
H1.HeaderClassName
{
color: #F24271;
}
.AnyTagClassName
{
color: #F24271;
}
</style>
background-color css
<style>
a { background-color: #F24271; }
a { background-color: rgb(242,66,113); }
div.DivClassName
{
background-color: #F24271;
}
.BgClassName
{
background-color: #F24271;
}
</style>
border-color css
<style>
span { border-color: #F24271; }
span { border-color: rgb(242,66,113); }
td.TdClassName
{
border-color: #F24271;
}
.TagClassName
{
border-color: #F24271;
}
</style>