Html Css Color HEX #F453D2 Free Speech Magenta
📋 copy color: '#F453D2'red 244 ◦ green 83 ◦ blue 210
Shades of Free Speech Magenta #F453D2
Tints of Free Speech Magenta #F453D2
RGB
CMYK
RGB Variations
Color information
#F453D2 (or 0xF453D2) is known color: Free Speech Magenta. HEX triplet: F4, 53 and D2. RGB value is (244,83,210). Sum of RGB (Red+Green+Blue) = 244+83+210=537 (71% of max value = 765). Red value is 244 (95.70% from 255 or 45.44% from 537); Green value is 83 (32.81% from 255 or 15.46% from 537); Blue value is 210 (82.42% from 255 or 39.11% from 537); Max value from RGB is 244 - color contains mainly: red. Hex color #F453D2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F453D2 is #0BAC2D. Grayscale: #919191. Windows color (decimal): -764974 or 13784052. OLE color: 13784052.
HSL color Cylindrical-coordinate representation of color #F453D2: hue angle of 312.67º degrees, saturation: 0.88, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F453D2 is Cyan = 0, Magento = 0.66, Yellow = 0.14 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 83 | 210 | - |
| CMYK | 0 | 0.66 | 0.14 | 0.04 |
| HSL | 312.67º | 0.88% | 0.64% | - |
| HSV(B) | 312.67º | 0.66% | 0.96% | - |
| XYZ | 52.03 | 30.07 | 64.03 | - |
| YUV | 145.62 | 164.34 | 198.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 83 | 210 | 0 | 0.66 | 0.14 | 0.04 | 312.67 | 0.88 | 0.64 |
| Hex | F4 | 53 | D2 | 0 | 42 | E | 4 | 139 | 58 | 40 |
| Octal | 364 | 123 | 322 | 0 | 102 | 16 | 4 | 471 | 130 | 100 |
| Binary | 11110100 | 1010011 | 11010010 | 0 | 1000010 | 1110 | 100 | 100111001 | 1011000 | 1000000 |
Color Harmonies of #F453D2
Complementary color
Monochromatic Colors of #F453D2
Black with #F453D2
Text Example
Text Example
White with #F453D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F453D2; }
p { color: rgb(244,83,210); }
H1.HeaderClassName
{
color: #F453D2;
}
.AnyTagClassName
{
color: #F453D2;
}
</style>
background-color css
<style>
a { background-color: #F453D2; }
a { background-color: rgb(244,83,210); }
div.DivClassName
{
background-color: #F453D2;
}
.BgClassName
{
background-color: #F453D2;
}
</style>
border-color css
<style>
span { border-color: #F453D2; }
span { border-color: rgb(244,83,210); }
td.TdClassName
{
border-color: #F453D2;
}
.TagClassName
{
border-color: #F453D2;
}
</style>