Shades of Violet Red #FD2F7B
Tints of Violet Red #FD2F7B
RGB
CMYK
RGB Variations
Color information
#FD2F7B (or 0xFD2F7B) is known color: Violet Red. HEX triplet: FD, 2F and 7B. RGB value is (253,47,123). Sum of RGB (Red+Green+Blue) = 253+47+123=423 (56% of max value = 765). Red value is 253 (99.22% from 255 or 59.81% from 423); Green value is 47 (18.75% from 255 or 11.11% from 423); Blue value is 123 (48.44% from 255 or 29.08% from 423); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2F7B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD2F7B is #02D084. Grayscale: #757575. Windows color (decimal): -184453 or 8073213. OLE color: 8073213.
HSL color Cylindrical-coordinate representation of color #FD2F7B: hue angle of 337.86º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FD2F7B is Cyan = 0, Magento = 0.81, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 47 | 123 | - |
| CMYK | 0 | 0.81 | 0.51 | 0.01 |
| HSL | 337.86º | 0.98% | 0.59% | - |
| HSV(B) | 337.86º | 0.81% | 0.99% | - |
| XYZ | 45.1 | 24.35 | 21.06 | - |
| YUV | 117.26 | 131.25 | 224.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 47 | 123 | 0 | 0.81 | 0.51 | 0.01 | 337.86 | 0.98 | 0.59 |
| Hex | FD | 2F | 7B | 0 | 51 | 33 | 1 | 152 | 62 | 3B |
| Octal | 375 | 57 | 173 | 0 | 121 | 63 | 1 | 522 | 142 | 73 |
| Binary | 11111101 | 101111 | 1111011 | 0 | 1010001 | 110011 | 1 | 101010010 | 1100010 | 111011 |
Color Harmonies of #FD2F7B
Complementary color
Monochromatic Colors of #FD2F7B
Black with #FD2F7B
Text Example
Text Example
White with #FD2F7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD2F7B; }
p { color: rgb(253,47,123); }
H1.HeaderClassName
{
color: #FD2F7B;
}
.AnyTagClassName
{
color: #FD2F7B;
}
</style>
background-color css
<style>
a { background-color: #FD2F7B; }
a { background-color: rgb(253,47,123); }
div.DivClassName
{
background-color: #FD2F7B;
}
.BgClassName
{
background-color: #FD2F7B;
}
</style>
border-color css
<style>
span { border-color: #FD2F7B; }
span { border-color: rgb(253,47,123); }
td.TdClassName
{
border-color: #FD2F7B;
}
.TagClassName
{
border-color: #FD2F7B;
}
</style>