Html Css Color HEX #F014EA Magenta

📋 copy color: '#F014EA'

red 240 ◦ green 20 ◦ blue 234

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

Shades of Magenta #F014EA

Tints of Magenta #F014EA

RGB

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

 GREEN value IS 20 (8.2% from 255) = 4.05%

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

R = 48.58%
G = 4.05%
B = 47.37%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.02

 K value IS 0.06

RGB Variations

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

Color information

#F014EA (or 0xF014EA) is known color: Magenta. HEX triplet: F0, 14 and EA. RGB value is (240,20,234). Sum of RGB (Red+Green+Blue) = 240+20+234=494 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.58% from 494); Green value is 20 (8.20% from 255 or 4.05% from 494); Blue value is 234 (91.80% from 255 or 47.37% from 494); Max value from RGB is 240 - color contains mainly: red. Hex color #F014EA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F014EA is #0FEB15. Grayscale: #6D6D6D. Windows color (decimal): -1043222 or 15340784. OLE color: 15340784.

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

Color convert

RGB 240 20 234 -
CMYK 0 0.92 0.02 0.06
HSL 301.64º 0.88% 0.51% -
HSV(B) 301.64º 0.92% 0.94% -
XYZ 51.04 24.97 79.97 -
YUV 110.18 197.89 220.6 -
System Red Green Blue C M Y K H S L
Decimal 240 20 234 0 0.92 0.02 0.06 301.64 0.88 0.51
Hex F0 14 EA 0 5C 2 6 12E 58 33
Octal 360 24 352 0 134 2 6 456 130 63
Binary 11110000 10100 11101010 0 1011100 10 110 100101110 1011000 110011

Color Harmonies of #F014EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F014EA

Black with #F014EA

Text Example


Text Example

White with #F014EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F014EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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