Html Css Color HEX #F005ED Magenta

📋 copy color: '#F005ED'

red 240 ◦ green 5 ◦ blue 237

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

Shades of Magenta #F005ED

Tints of Magenta #F005ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 49.17%

R = 49.79%
G = 1.04%
B = 49.17%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.01

 K value IS 0.06

RGB Variations

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

Color information

#F005ED (or 0xF005ED) is known color: Magenta. HEX triplet: F0, 05 and ED. RGB value is (240,5,237). Sum of RGB (Red+Green+Blue) = 240+5+237=482 (63% of max value = 765). Red value is 240 (94.14% from 255 or 49.79% from 482); Green value is 5 (2.34% from 255 or 1.04% from 482); Blue value is 237 (92.97% from 255 or 49.17% from 482); Max value from RGB is 240 - color contains mainly: red. Hex color #F005ED is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F005ED is #0FFA12. Grayscale: #656565. Windows color (decimal): -1047059 or 15533552. OLE color: 15533552.

HSL color Cylindrical-coordinate representation of color #F005ED: hue angle of 300.77º 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 #F005ED is Cyan = 0, Magento = 0.98, Yellow = 0.01 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 5 237 -
CMYK 0 0.98 0.01 0.06
HSL 300.77º 0.96% 0.48% -
HSV(B) 300.77º 0.98% 0.94% -
XYZ 51.28 24.75 82.2 -
YUV 101.71 204.36 226.64 -
System Red Green Blue C M Y K H S L
Decimal 240 5 237 0 0.98 0.01 0.06 300.77 0.96 0.48
Hex F0 5 ED 0 62 1 6 12D 60 30
Octal 360 5 355 0 142 1 6 455 140 60
Binary 11110000 101 11101101 0 1100010 1 110 100101101 1100000 110000

Color Harmonies of #F005ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F005ED

Black with #F005ED

Text Example


Text Example

White with #F005ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F005ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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