Shades of Deep Pink #FB237A
Tints of Deep Pink #FB237A
RGB
CMYK
RGB Variations
Color information
#FB237A (or 0xFB237A) is known color: Deep Pink. HEX triplet: FB, 23 and 7A. RGB value is (251,35,122). Sum of RGB (Red+Green+Blue) = 251+35+122=408 (54% of max value = 765). Red value is 251 (98.44% from 255 or 61.52% from 408); Green value is 35 (14.06% from 255 or 8.58% from 408); Blue value is 122 (48.05% from 255 or 29.90% from 408); Max value from RGB is 251 - color contains mainly: red. Hex color #FB237A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB237A is #04DC85. Grayscale: #6D6D6D. Windows color (decimal): -318598 or 8004603. OLE color: 8004603.
HSL color Cylindrical-coordinate representation of color #FB237A: hue angle of 335.83º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FB237A is Cyan = 0, Magento = 0.86, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 35 | 122 | - |
| CMYK | 0 | 0.86 | 0.51 | 0.02 |
| HSL | 335.83º | 0.96% | 0.56% | - |
| HSV(B) | 335.83º | 0.86% | 0.98% | - |
| XYZ | 43.9 | 23.12 | 20.56 | - |
| YUV | 109.5 | 135.06 | 228.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 35 | 122 | 0 | 0.86 | 0.51 | 0.02 | 335.83 | 0.96 | 0.56 |
| Hex | FB | 23 | 7A | 0 | 56 | 33 | 2 | 150 | 60 | 38 |
| Octal | 373 | 43 | 172 | 0 | 126 | 63 | 2 | 520 | 140 | 70 |
| Binary | 11111011 | 100011 | 1111010 | 0 | 1010110 | 110011 | 10 | 101010000 | 1100000 | 111000 |
Color Harmonies of #FB237A
Complementary color
Monochromatic Colors of #FB237A
Black with #FB237A
Text Example
Text Example
White with #FB237A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB237A; }
p { color: rgb(251,35,122); }
H1.HeaderClassName
{
color: #FB237A;
}
.AnyTagClassName
{
color: #FB237A;
}
</style>
background-color css
<style>
a { background-color: #FB237A; }
a { background-color: rgb(251,35,122); }
div.DivClassName
{
background-color: #FB237A;
}
.BgClassName
{
background-color: #FB237A;
}
</style>
border-color css
<style>
span { border-color: #FB237A; }
span { border-color: rgb(251,35,122); }
td.TdClassName
{
border-color: #FB237A;
}
.TagClassName
{
border-color: #FB237A;
}
</style>