Shades of Violet Red #FD307C
Tints of Violet Red #FD307C
RGB
CMYK
RGB Variations
Color information
#FD307C (or 0xFD307C) is known color: Violet Red. HEX triplet: FD, 30 and 7C. RGB value is (253,48,124). Sum of RGB (Red+Green+Blue) = 253+48+124=425 (56% of max value = 765). Red value is 253 (99.22% from 255 or 59.53% from 425); Green value is 48 (19.14% from 255 or 11.29% from 425); Blue value is 124 (48.83% from 255 or 29.18% from 425); Max value from RGB is 253 - color contains mainly: red. Hex color #FD307C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD307C is #02CF83. Grayscale: #757575. Windows color (decimal): -184196 or 8139005. OLE color: 8139005.
HSL color Cylindrical-coordinate representation of color #FD307C: hue angle of 337.76º 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 #FD307C is Cyan = 0, Magento = 0.81, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 48 | 124 | - |
| CMYK | 0 | 0.81 | 0.51 | 0.01 |
| HSL | 337.76º | 0.98% | 0.59% | - |
| HSV(B) | 337.76º | 0.81% | 0.99% | - |
| XYZ | 45.2 | 24.45 | 21.41 | - |
| YUV | 117.96 | 131.42 | 224.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 48 | 124 | 0 | 0.81 | 0.51 | 0.01 | 337.76 | 0.98 | 0.59 |
| Hex | FD | 30 | 7C | 0 | 51 | 33 | 1 | 152 | 62 | 3B |
| Octal | 375 | 60 | 174 | 0 | 121 | 63 | 1 | 522 | 142 | 73 |
| Binary | 11111101 | 110000 | 1111100 | 0 | 1010001 | 110011 | 1 | 101010010 | 1100010 | 111011 |
Color Harmonies of #FD307C
Complementary color
Monochromatic Colors of #FD307C
Black with #FD307C
Text Example
Text Example
White with #FD307C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD307C; }
p { color: rgb(253,48,124); }
H1.HeaderClassName
{
color: #FD307C;
}
.AnyTagClassName
{
color: #FD307C;
}
</style>
background-color css
<style>
a { background-color: #FD307C; }
a { background-color: rgb(253,48,124); }
div.DivClassName
{
background-color: #FD307C;
}
.BgClassName
{
background-color: #FD307C;
}
</style>
border-color css
<style>
span { border-color: #FD307C; }
span { border-color: rgb(253,48,124); }
td.TdClassName
{
border-color: #FD307C;
}
.TagClassName
{
border-color: #FD307C;
}
</style>