Shades of Violet Red #FD307A
Tints of Violet Red #FD307A
RGB
CMYK
RGB Variations
Color information
#FD307A (or 0xFD307A) is known color: Violet Red. HEX triplet: FD, 30 and 7A. RGB value is (253,48,122). Sum of RGB (Red+Green+Blue) = 253+48+122=423 (56% of max value = 765). Red value is 253 (99.22% from 255 or 59.81% from 423); Green value is 48 (19.14% from 255 or 11.35% from 423); Blue value is 122 (48.05% from 255 or 28.84% from 423); Max value from RGB is 253 - color contains mainly: red. Hex color #FD307A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD307A is #02CF85. Grayscale: #757575. Windows color (decimal): -184198 or 8007933. OLE color: 8007933.
HSL color Cylindrical-coordinate representation of color #FD307A: hue angle of 338.34º 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 #FD307A is Cyan = 0, Magento = 0.81, Yellow = 0.52 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 48 | 122 | - |
| CMYK | 0 | 0.81 | 0.52 | 0.01 |
| HSL | 338.34º | 0.98% | 0.59% | - |
| HSV(B) | 338.34º | 0.81% | 0.99% | - |
| XYZ | 45.08 | 24.4 | 20.75 | - |
| YUV | 117.73 | 130.42 | 224.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 48 | 122 | 0 | 0.81 | 0.52 | 0.01 | 338.34 | 0.98 | 0.59 |
| Hex | FD | 30 | 7A | 0 | 51 | 34 | 1 | 152 | 62 | 3B |
| Octal | 375 | 60 | 172 | 0 | 121 | 64 | 1 | 522 | 142 | 73 |
| Binary | 11111101 | 110000 | 1111010 | 0 | 1010001 | 110100 | 1 | 101010010 | 1100010 | 111011 |
Color Harmonies of #FD307A
Complementary color
Monochromatic Colors of #FD307A
Black with #FD307A
Text Example
Text Example
White with #FD307A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD307A; }
p { color: rgb(253,48,122); }
H1.HeaderClassName
{
color: #FD307A;
}
.AnyTagClassName
{
color: #FD307A;
}
</style>
background-color css
<style>
a { background-color: #FD307A; }
a { background-color: rgb(253,48,122); }
div.DivClassName
{
background-color: #FD307A;
}
.BgClassName
{
background-color: #FD307A;
}
</style>
border-color css
<style>
span { border-color: #FD307A; }
span { border-color: rgb(253,48,122); }
td.TdClassName
{
border-color: #FD307A;
}
.TagClassName
{
border-color: #FD307A;
}
</style>