Html Css Color HEX #F265E6 Free Speech Magenta
📋 copy color: '#F265E6'red 242 ◦ green 101 ◦ blue 230
Shades of Free Speech Magenta #F265E6
Tints of Free Speech Magenta #F265E6
RGB
CMYK
RGB Variations
Color information
#F265E6 (or 0xF265E6) is known color: Free Speech Magenta. HEX triplet: F2, 65 and E6. RGB value is (242,101,230). Sum of RGB (Red+Green+Blue) = 242+101+230=573 (75% of max value = 765). Red value is 242 (94.92% from 255 or 42.23% from 573); Green value is 101 (39.84% from 255 or 17.63% from 573); Blue value is 230 (90.23% from 255 or 40.14% from 573); Max value from RGB is 242 - color contains mainly: red. Hex color #F265E6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F265E6 is #0D9A19. Grayscale: #9D9D9D. Windows color (decimal): -891418 or 15099378. OLE color: 15099378.
HSL color Cylindrical-coordinate representation of color #F265E6: hue angle of 305.11º degrees, saturation: 0.84, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F265E6 is Cyan = 0, Magento = 0.58, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 101 | 230 | - |
| CMYK | 0 | 0.58 | 0.05 | 0.05 |
| HSL | 305.11º | 0.84% | 0.67% | - |
| HSV(B) | 305.11º | 0.58% | 0.95% | - |
| XYZ | 55.55 | 33.9 | 78.48 | - |
| YUV | 157.87 | 168.71 | 188.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 101 | 230 | 0 | 0.58 | 0.05 | 0.05 | 305.11 | 0.84 | 0.67 |
| Hex | F2 | 65 | E6 | 0 | 3A | 5 | 5 | 131 | 54 | 43 |
| Octal | 362 | 145 | 346 | 0 | 72 | 5 | 5 | 461 | 124 | 103 |
| Binary | 11110010 | 1100101 | 11100110 | 0 | 111010 | 101 | 101 | 100110001 | 1010100 | 1000011 |
Color Harmonies of #F265E6
Complementary color
Monochromatic Colors of #F265E6
Black with #F265E6
Text Example
Text Example
White with #F265E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F265E6; }
p { color: rgb(242,101,230); }
H1.HeaderClassName
{
color: #F265E6;
}
.AnyTagClassName
{
color: #F265E6;
}
</style>
background-color css
<style>
a { background-color: #F265E6; }
a { background-color: rgb(242,101,230); }
div.DivClassName
{
background-color: #F265E6;
}
.BgClassName
{
background-color: #F265E6;
}
</style>
border-color css
<style>
span { border-color: #F265E6; }
span { border-color: rgb(242,101,230); }
td.TdClassName
{
border-color: #F265E6;
}
.TagClassName
{
border-color: #F265E6;
}
</style>