Shades of Deep Pink #FF0274
Tints of Deep Pink #FF0274
RGB
CMYK
RGB Variations
Color information
#FF0274 (or 0xFF0274) is known color: Deep Pink. HEX triplet: FF, 02 and 74. RGB value is (255,2,116). Sum of RGB (Red+Green+Blue) = 255+2+116=373 (49% of max value = 765). Red value is 255 (100% from 255 or 68.36% from 373); Green value is 2 (1.17% from 255 or 0.54% from 373); Blue value is 116 (45.70% from 255 or 31.10% from 373); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0274 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF0274 is #00FD8B. Grayscale: #5A5A5A. Windows color (decimal): -64908 or 7602943. OLE color: 7602943.
HSL color Cylindrical-coordinate representation of color #FF0274: hue angle of 332.96º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FF0274 is Cyan = 0, Magento = 0.99, Yellow = 0.55 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 2 | 116 | - |
| CMYK | 0 | 0.99 | 0.55 | 0 |
| HSL | 332.96º | 1% | 0.5% | - |
| HSV(B) | 332.96º | 0.99% | 1% | - |
| XYZ | 44.41 | 22.56 | 18.54 | - |
| YUV | 90.64 | 142.32 | 245.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 2 | 116 | 0 | 0.99 | 0.55 | 0 | 332.96 | 1 | 0.5 |
| Hex | FF | 2 | 74 | 0 | 63 | 37 | 0 | 14D | 64 | 32 |
| Octal | 377 | 2 | 164 | 0 | 143 | 67 | 0 | 515 | 144 | 62 |
| Binary | 11111111 | 10 | 1110100 | 0 | 1100011 | 110111 | 0 | 101001101 | 1100100 | 110010 |
Color Harmonies of #FF0274
Complementary color
Monochromatic Colors of #FF0274
Black with #FF0274
Text Example
Text Example
White with #FF0274
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0274; }
p { color: rgb(255,2,116); }
H1.HeaderClassName
{
color: #FF0274;
}
.AnyTagClassName
{
color: #FF0274;
}
</style>
background-color css
<style>
a { background-color: #FF0274; }
a { background-color: rgb(255,2,116); }
div.DivClassName
{
background-color: #FF0274;
}
.BgClassName
{
background-color: #FF0274;
}
</style>
border-color css
<style>
span { border-color: #FF0274; }
span { border-color: rgb(255,2,116); }
td.TdClassName
{
border-color: #FF0274;
}
.TagClassName
{
border-color: #FF0274;
}
</style>