Html Css Color HEX #F040EA Free Speech Magenta

📋 copy color: '#F040EA'

red 240 ◦ green 64 ◦ blue 234

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

Shades of Free Speech Magenta #F040EA

Tints of Free Speech Magenta #F040EA

RGB

 RED value IS 240 (94.14% from 255) = 44.61%

 GREEN value IS 64 (25.39% from 255) = 11.9%

 BLUE value IS 234 (91.8% from 255) = 43.49%

R = 44.61%
G = 11.9%
B = 43.49%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.02

 K value IS 0.06

RGB Variations

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

Color information

#F040EA (or 0xF040EA) is known color: Free Speech Magenta. HEX triplet: F0, 40 and EA. RGB value is (240,64,234). Sum of RGB (Red+Green+Blue) = 240+64+234=538 (71% of max value = 765). Red value is 240 (94.14% from 255 or 44.61% from 538); Green value is 64 (25.39% from 255 or 11.90% from 538); Blue value is 234 (91.80% from 255 or 43.49% from 538); Max value from RGB is 240 - color contains mainly: red. Hex color #F040EA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F040EA is #0FBF15. Grayscale: #878787. Windows color (decimal): -1031958 or 15352048. OLE color: 15352048.

HSL color Cylindrical-coordinate representation of color #F040EA: hue angle of 302.05º degrees, saturation: 0.85, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F040EA is Cyan = 0, Magento = 0.73, Yellow = 0.02 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 64 234 -
CMYK 0 0.73 0.02 0.06
HSL 302.05º 0.85% 0.6% -
HSV(B) 302.05º 0.73% 0.94% -
XYZ 52.62 28.13 80.5 -
YUV 136 183.31 202.18 -
System Red Green Blue C M Y K H S L
Decimal 240 64 234 0 0.73 0.02 0.06 302.05 0.85 0.6
Hex F0 40 EA 0 49 2 6 12E 55 3C
Octal 360 100 352 0 111 2 6 456 125 74
Binary 11110000 1000000 11101010 0 1001001 10 110 100101110 1010101 111100

Color Harmonies of #F040EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F040EA

Black with #F040EA

Text Example


Text Example

White with #F040EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F040EA; }

 p { color: rgb(240,64,234); }

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

background-color css

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

 a { background-color: rgb(240,64,234); }

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

border-color css

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

 span { border-color: rgb(240,64,234); }

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