Html Css Color HEX #F259EB Free Speech Magenta

📋 copy color: '#F259EB'

red 242 ◦ green 89 ◦ blue 235

#F259EB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Free Speech Magenta #F259EB

Tints of Free Speech Magenta #F259EB

RGB

 RED value IS 242 (94.92% from 255) = 42.76%

 GREEN value IS 89 (35.16% from 255) = 15.72%

 BLUE value IS 235 (92.19% from 255) = 41.52%

R = 42.76%
G = 15.72%
B = 41.52%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.03

 K value IS 0.05

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#F259EB (or 0xF259EB) is known color: Free Speech Magenta. HEX triplet: F2, 59 and EB. RGB value is (242,89,235). Sum of RGB (Red+Green+Blue) = 242+89+235=566 (74% of max value = 765). Red value is 242 (94.92% from 255 or 42.76% from 566); Green value is 89 (35.16% from 255 or 15.72% from 566); Blue value is 235 (92.19% from 255 or 41.52% from 566); Max value from RGB is 242 - color contains mainly: red. Hex color #F259EB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F259EB is #0DA614. Grayscale: #969696. Windows color (decimal): -894485 or 15423986. OLE color: 15423986.

HSL color Cylindrical-coordinate representation of color #F259EB: hue angle of 302.75º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F259EB is Cyan = 0, Magento = 0.63, Yellow = 0.03 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 89 235 -
CMYK 0 0.63 0.03 0.05
HSL 302.75º 0.85% 0.65% -
HSV(B) 302.75º 0.63% 0.95% -
XYZ 55.19 32.02 81.87 -
YUV 151.39 175.19 192.63 -
System Red Green Blue C M Y K H S L
Decimal 242 89 235 0 0.63 0.03 0.05 302.75 0.85 0.65
Hex F2 59 EB 0 3F 3 5 12F 55 41
Octal 362 131 353 0 77 3 5 457 125 101
Binary 11110010 1011001 11101011 0 111111 11 101 100101111 1010101 1000001

Color Harmonies of #F259EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F259EB

Black with #F259EB

Text Example


Text Example

White with #F259EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F259EB; }

 p { color: rgb(242,89,235); }

 H1.HeaderClassName
 {
   color: #F259EB;
 }
 .AnyTagClassName
 {
   color: #F259EB;
 }
</style>

background-color css

<style>
 a { background-color: #F259EB; }

 a { background-color: rgb(242,89,235); }

 div.DivClassName
 {
   background-color: #F259EB;
 }
 .BgClassName
 {
   background-color: #F259EB;
 }
</style>

border-color css

<style>
 span { border-color: #F259EB; }

 span { border-color: rgb(242,89,235); }

 td.TdClassName
 {
   border-color: #F259EB;
 }
 .TagClassName
 {
   border-color: #F259EB;
 }
</style>