Html Css Color HEX #F250CA Free Speech Magenta
📋 copy color: '#F250CA'red 242 ◦ green 80 ◦ blue 202
Shades of Free Speech Magenta #F250CA
Tints of Free Speech Magenta #F250CA
RGB
CMYK
RGB Variations
Color information
#F250CA (or 0xF250CA) is known color: Free Speech Magenta. HEX triplet: F2, 50 and CA. RGB value is (242,80,202). Sum of RGB (Red+Green+Blue) = 242+80+202=524 (69% of max value = 765). Red value is 242 (94.92% from 255 or 46.18% from 524); Green value is 80 (31.64% from 255 or 15.27% from 524); Blue value is 202 (79.30% from 255 or 38.55% from 524); Max value from RGB is 242 - color contains mainly: red. Hex color #F250CA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F250CA is #0DAF35. Grayscale: #8E8E8E. Windows color (decimal): -896822 or 13258994. OLE color: 13258994.
HSL color Cylindrical-coordinate representation of color #F250CA: hue angle of 314.81º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F250CA is Cyan = 0, Magento = 0.67, Yellow = 0.17 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 80 | 202 | - |
| CMYK | 0 | 0.67 | 0.17 | 0.05 |
| HSL | 314.81º | 0.86% | 0.63% | - |
| HSV(B) | 314.81º | 0.67% | 0.95% | - |
| XYZ | 50.15 | 28.88 | 58.81 | - |
| YUV | 142.35 | 161.67 | 199.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 80 | 202 | 0 | 0.67 | 0.17 | 0.05 | 314.81 | 0.86 | 0.63 |
| Hex | F2 | 50 | CA | 0 | 43 | 11 | 5 | 13B | 56 | 3F |
| Octal | 362 | 120 | 312 | 0 | 103 | 21 | 5 | 473 | 126 | 77 |
| Binary | 11110010 | 1010000 | 11001010 | 0 | 1000011 | 10001 | 101 | 100111011 | 1010110 | 111111 |
Color Harmonies of #F250CA
Complementary color
Monochromatic Colors of #F250CA
Black with #F250CA
Text Example
Text Example
White with #F250CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F250CA; }
p { color: rgb(242,80,202); }
H1.HeaderClassName
{
color: #F250CA;
}
.AnyTagClassName
{
color: #F250CA;
}
</style>
background-color css
<style>
a { background-color: #F250CA; }
a { background-color: rgb(242,80,202); }
div.DivClassName
{
background-color: #F250CA;
}
.BgClassName
{
background-color: #F250CA;
}
</style>
border-color css
<style>
span { border-color: #F250CA; }
span { border-color: rgb(242,80,202); }
td.TdClassName
{
border-color: #F250CA;
}
.TagClassName
{
border-color: #F250CA;
}
</style>