Html Css Color HEX #F005EA Magenta

📋 copy color: '#F005EA'

red 240 ◦ green 5 ◦ blue 234

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

Shades of Magenta #F005EA

Tints of Magenta #F005EA

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.04%

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

R = 50.1%
G = 1.04%
B = 48.85%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.02

 K value IS 0.06

RGB Variations

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

Color information

#F005EA (or 0xF005EA) is known color: Magenta. HEX triplet: F0, 05 and EA. RGB value is (240,5,234). Sum of RGB (Red+Green+Blue) = 240+5+234=479 (63% of max value = 765). Red value is 240 (94.14% from 255 or 50.10% from 479); Green value is 5 (2.34% from 255 or 1.04% from 479); Blue value is 234 (91.80% from 255 or 48.85% from 479); Max value from RGB is 240 - color contains mainly: red. Hex color #F005EA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F005EA is #0FFA15. Grayscale: #646464. Windows color (decimal): -1047062 or 15336944. OLE color: 15336944.

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

Color convert

RGB 240 5 234 -
CMYK 0 0.98 0.02 0.06
HSL 301.53º 0.96% 0.48% -
HSV(B) 301.53º 0.98% 0.94% -
XYZ 50.84 24.57 79.91 -
YUV 101.37 202.86 226.88 -
System Red Green Blue C M Y K H S L
Decimal 240 5 234 0 0.98 0.02 0.06 301.53 0.96 0.48
Hex F0 5 EA 0 62 2 6 12E 60 30
Octal 360 5 352 0 142 2 6 456 140 60
Binary 11110000 101 11101010 0 1100010 10 110 100101110 1100000 110000

Color Harmonies of #F005EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F005EA

Black with #F005EA

Text Example


Text Example

White with #F005EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F005EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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