Shades of Deep Pink #F10283
Tints of Deep Pink #F10283
RGB
CMYK
RGB Variations
Color information
#F10283 (or 0xF10283) is known color: Deep Pink. HEX triplet: F1, 02 and 83. RGB value is (241,2,131). Sum of RGB (Red+Green+Blue) = 241+2+131=374 (49% of max value = 765). Red value is 241 (94.53% from 255 or 64.44% from 374); Green value is 2 (1.17% from 255 or 0.53% from 374); Blue value is 131 (51.56% from 255 or 35.03% from 374); Max value from RGB is 241 - color contains mainly: red. Hex color #F10283 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F10283 is #0EFD7C. Grayscale: #575757. Windows color (decimal): -982397 or 8585969. OLE color: 8585969.
HSL color Cylindrical-coordinate representation of color #F10283: hue angle of 327.62º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F10283 is Cyan = 0, Magento = 0.99, Yellow = 0.46 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 2 | 131 | - |
| CMYK | 0 | 0.99 | 0.46 | 0.05 |
| HSL | 327.62º | 0.98% | 0.48% | - |
| HSV(B) | 327.62º | 0.99% | 0.95% | - |
| XYZ | 40.39 | 20.38 | 23.28 | - |
| YUV | 88.17 | 152.18 | 237.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 2 | 131 | 0 | 0.99 | 0.46 | 0.05 | 327.62 | 0.98 | 0.48 |
| Hex | F1 | 2 | 83 | 0 | 63 | 2E | 5 | 148 | 62 | 30 |
| Octal | 361 | 2 | 203 | 0 | 143 | 56 | 5 | 510 | 142 | 60 |
| Binary | 11110001 | 10 | 10000011 | 0 | 1100011 | 101110 | 101 | 101001000 | 1100010 | 110000 |
Color Harmonies of #F10283
Complementary color
Monochromatic Colors of #F10283
Black with #F10283
Text Example
Text Example
White with #F10283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F10283; }
p { color: rgb(241,2,131); }
H1.HeaderClassName
{
color: #F10283;
}
.AnyTagClassName
{
color: #F10283;
}
</style>
background-color css
<style>
a { background-color: #F10283; }
a { background-color: rgb(241,2,131); }
div.DivClassName
{
background-color: #F10283;
}
.BgClassName
{
background-color: #F10283;
}
</style>
border-color css
<style>
span { border-color: #F10283; }
span { border-color: rgb(241,2,131); }
td.TdClassName
{
border-color: #F10283;
}
.TagClassName
{
border-color: #F10283;
}
</style>