Shades of Hot Pink #F275AE
Tints of Hot Pink #F275AE
RGB
CMYK
RGB Variations
Color information
#F275AE (or 0xF275AE) is known color: Hot Pink. HEX triplet: F2, 75 and AE. RGB value is (242,117,174). Sum of RGB (Red+Green+Blue) = 242+117+174=533 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.40% from 533); Green value is 117 (46.09% from 255 or 21.95% from 533); Blue value is 174 (68.36% from 255 or 32.65% from 533); Max value from RGB is 242 - color contains mainly: red. Hex color #F275AE is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F275AE is #0D8A51. Grayscale: #A0A0A0. Windows color (decimal): -887378 or 11433458. OLE color: 11433458.
HSL color Cylindrical-coordinate representation of color #F275AE: hue angle of 332.64º degrees, saturation: 0.83, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F275AE is Cyan = 0, Magento = 0.52, Yellow = 0.28 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 117 | 174 | - |
| CMYK | 0 | 0.52 | 0.28 | 0.05 |
| HSL | 332.64º | 0.83% | 0.7% | - |
| HSV(B) | 332.64º | 0.52% | 0.95% | - |
| XYZ | 50.62 | 34.66 | 44.07 | - |
| YUV | 160.87 | 135.41 | 185.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 117 | 174 | 0 | 0.52 | 0.28 | 0.05 | 332.64 | 0.83 | 0.7 |
| Hex | F2 | 75 | AE | 0 | 34 | 1C | 5 | 14D | 53 | 46 |
| Octal | 362 | 165 | 256 | 0 | 64 | 34 | 5 | 515 | 123 | 106 |
| Binary | 11110010 | 1110101 | 10101110 | 0 | 110100 | 11100 | 101 | 101001101 | 1010011 | 1000110 |
Color Harmonies of #F275AE
Complementary color
Monochromatic Colors of #F275AE
Black with #F275AE
Text Example
Text Example
White with #F275AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F275AE; }
p { color: rgb(242,117,174); }
H1.HeaderClassName
{
color: #F275AE;
}
.AnyTagClassName
{
color: #F275AE;
}
</style>
background-color css
<style>
a { background-color: #F275AE; }
a { background-color: rgb(242,117,174); }
div.DivClassName
{
background-color: #F275AE;
}
.BgClassName
{
background-color: #F275AE;
}
</style>
border-color css
<style>
span { border-color: #F275AE; }
span { border-color: rgb(242,117,174); }
td.TdClassName
{
border-color: #F275AE;
}
.TagClassName
{
border-color: #F275AE;
}
</style>