Html Css Color HEX #F04ACF Free Speech Magenta
📋 copy color: '#F04ACF'red 240 ◦ green 74 ◦ blue 207
Shades of Free Speech Magenta #F04ACF
Tints of Free Speech Magenta #F04ACF
RGB
CMYK
RGB Variations
Color information
#F04ACF (or 0xF04ACF) is known color: Free Speech Magenta. HEX triplet: F0, 4A and CF. RGB value is (240,74,207). Sum of RGB (Red+Green+Blue) = 240+74+207=521 (69% of max value = 765). Red value is 240 (94.14% from 255 or 46.07% from 521); Green value is 74 (29.30% from 255 or 14.20% from 521); Blue value is 207 (81.25% from 255 or 39.73% from 521); Max value from RGB is 240 - color contains mainly: red. Hex color #F04ACF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F04ACF is #0FB530. Grayscale: #8A8A8A. Windows color (decimal): -1029425 or 13585136. OLE color: 13585136.
HSL color Cylindrical-coordinate representation of color #F04ACF: hue angle of 311.93º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F04ACF is Cyan = 0, Magento = 0.69, Yellow = 0.14 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 74 | 207 | - |
| CMYK | 0 | 0.69 | 0.14 | 0.06 |
| HSL | 311.93º | 0.85% | 0.62% | - |
| HSV(B) | 311.93º | 0.69% | 0.94% | - |
| XYZ | 49.65 | 27.93 | 61.81 | - |
| YUV | 138.8 | 166.5 | 200.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 74 | 207 | 0 | 0.69 | 0.14 | 0.06 | 311.93 | 0.85 | 0.62 |
| Hex | F0 | 4A | CF | 0 | 45 | E | 6 | 138 | 55 | 3E |
| Octal | 360 | 112 | 317 | 0 | 105 | 16 | 6 | 470 | 125 | 76 |
| Binary | 11110000 | 1001010 | 11001111 | 0 | 1000101 | 1110 | 110 | 100111000 | 1010101 | 111110 |
Color Harmonies of #F04ACF
Complementary color
Monochromatic Colors of #F04ACF
Black with #F04ACF
Text Example
Text Example
White with #F04ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04ACF; }
p { color: rgb(240,74,207); }
H1.HeaderClassName
{
color: #F04ACF;
}
.AnyTagClassName
{
color: #F04ACF;
}
</style>
background-color css
<style>
a { background-color: #F04ACF; }
a { background-color: rgb(240,74,207); }
div.DivClassName
{
background-color: #F04ACF;
}
.BgClassName
{
background-color: #F04ACF;
}
</style>
border-color css
<style>
span { border-color: #F04ACF; }
span { border-color: rgb(240,74,207); }
td.TdClassName
{
border-color: #F04ACF;
}
.TagClassName
{
border-color: #F04ACF;
}
</style>