Html Css Color HEX #F453D4 Free Speech Magenta
📋 copy color: '#F453D4'red 244 ◦ green 83 ◦ blue 212
Shades of Free Speech Magenta #F453D4
Tints of Free Speech Magenta #F453D4
RGB
CMYK
RGB Variations
Color information
#F453D4 (or 0xF453D4) is known color: Free Speech Magenta. HEX triplet: F4, 53 and D4. RGB value is (244,83,212). Sum of RGB (Red+Green+Blue) = 244+83+212=539 (71% of max value = 765). Red value is 244 (95.70% from 255 or 45.27% from 539); Green value is 83 (32.81% from 255 or 15.40% from 539); Blue value is 212 (83.20% from 255 or 39.33% from 539); Max value from RGB is 244 - color contains mainly: red. Hex color #F453D4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F453D4 is #0BAC2B. Grayscale: #919191. Windows color (decimal): -764972 or 13915124. OLE color: 13915124.
HSL color Cylindrical-coordinate representation of color #F453D4: hue angle of 311.93º 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 #F453D4 is Cyan = 0, Magento = 0.66, Yellow = 0.13 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 83 | 212 | - |
| CMYK | 0 | 0.66 | 0.13 | 0.04 |
| HSL | 311.93º | 0.88% | 0.64% | - |
| HSV(B) | 311.93º | 0.66% | 0.96% | - |
| XYZ | 52.29 | 30.17 | 65.36 | - |
| YUV | 145.85 | 165.34 | 198.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 83 | 212 | 0 | 0.66 | 0.13 | 0.04 | 311.93 | 0.88 | 0.64 |
| Hex | F4 | 53 | D4 | 0 | 42 | D | 4 | 138 | 58 | 40 |
| Octal | 364 | 123 | 324 | 0 | 102 | 15 | 4 | 470 | 130 | 100 |
| Binary | 11110100 | 1010011 | 11010100 | 0 | 1000010 | 1101 | 100 | 100111000 | 1011000 | 1000000 |
Color Harmonies of #F453D4
Complementary color
Monochromatic Colors of #F453D4
Black with #F453D4
Text Example
Text Example
White with #F453D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F453D4; }
p { color: rgb(244,83,212); }
H1.HeaderClassName
{
color: #F453D4;
}
.AnyTagClassName
{
color: #F453D4;
}
</style>
background-color css
<style>
a { background-color: #F453D4; }
a { background-color: rgb(244,83,212); }
div.DivClassName
{
background-color: #F453D4;
}
.BgClassName
{
background-color: #F453D4;
}
</style>
border-color css
<style>
span { border-color: #F453D4; }
span { border-color: rgb(244,83,212); }
td.TdClassName
{
border-color: #F453D4;
}
.TagClassName
{
border-color: #F453D4;
}
</style>