Html Css Color HEX #F453CA Free Speech Magenta
📋 copy color: '#F453CA'red 244 ◦ green 83 ◦ blue 202
Shades of Free Speech Magenta #F453CA
Tints of Free Speech Magenta #F453CA
RGB
CMYK
RGB Variations
Color information
#F453CA (or 0xF453CA) is known color: Free Speech Magenta. HEX triplet: F4, 53 and CA. RGB value is (244,83,202). Sum of RGB (Red+Green+Blue) = 244+83+202=529 (70% of max value = 765). Red value is 244 (95.70% from 255 or 46.12% from 529); Green value is 83 (32.81% from 255 or 15.69% from 529); Blue value is 202 (79.30% from 255 or 38.19% from 529); Max value from RGB is 244 - color contains mainly: red. Hex color #F453CA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F453CA is #0BAC35. Grayscale: #909090. Windows color (decimal): -764982 or 13259764. OLE color: 13259764.
HSL color Cylindrical-coordinate representation of color #F453CA: hue angle of 315.65º 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 #F453CA is Cyan = 0, Magento = 0.66, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 83 | 202 | - |
| CMYK | 0 | 0.66 | 0.17 | 0.04 |
| HSL | 315.65º | 0.88% | 0.64% | - |
| HSV(B) | 315.65º | 0.66% | 0.96% | - |
| XYZ | 51.06 | 29.68 | 58.92 | - |
| YUV | 144.71 | 160.34 | 198.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 83 | 202 | 0 | 0.66 | 0.17 | 0.04 | 315.65 | 0.88 | 0.64 |
| Hex | F4 | 53 | CA | 0 | 42 | 11 | 4 | 13C | 58 | 40 |
| Octal | 364 | 123 | 312 | 0 | 102 | 21 | 4 | 474 | 130 | 100 |
| Binary | 11110100 | 1010011 | 11001010 | 0 | 1000010 | 10001 | 100 | 100111100 | 1011000 | 1000000 |
Color Harmonies of #F453CA
Complementary color
Monochromatic Colors of #F453CA
Black with #F453CA
Text Example
Text Example
White with #F453CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F453CA; }
p { color: rgb(244,83,202); }
H1.HeaderClassName
{
color: #F453CA;
}
.AnyTagClassName
{
color: #F453CA;
}
</style>
background-color css
<style>
a { background-color: #F453CA; }
a { background-color: rgb(244,83,202); }
div.DivClassName
{
background-color: #F453CA;
}
.BgClassName
{
background-color: #F453CA;
}
</style>
border-color css
<style>
span { border-color: #F453CA; }
span { border-color: rgb(244,83,202); }
td.TdClassName
{
border-color: #F453CA;
}
.TagClassName
{
border-color: #F453CA;
}
</style>