Html Css Color HEX #F005EC Magenta

📋 copy color: '#F005EC'

red 240 ◦ green 5 ◦ blue 236

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

Shades of Magenta #F005EC

Tints of Magenta #F005EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 49.06%

R = 49.9%
G = 1.04%
B = 49.06%

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

#F005EC (or 0xF005EC) is known color: Magenta. HEX triplet: F0, 05 and EC. RGB value is (240,5,236). Sum of RGB (Red+Green+Blue) = 240+5+236=481 (63% of max value = 765). Red value is 240 (94.14% from 255 or 49.90% from 481); Green value is 5 (2.34% from 255 or 1.04% from 481); Blue value is 236 (92.58% from 255 or 49.06% from 481); Max value from RGB is 240 - color contains mainly: red. Hex color #F005EC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F005EC is #0FFA13. Grayscale: #646464. Windows color (decimal): -1047060 or 15468016. OLE color: 15468016.

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

Color convert

RGB 240 5 236 -
CMYK 0 0.98 0.02 0.06
HSL 301.02º 0.96% 0.48% -
HSV(B) 301.02º 0.98% 0.94% -
XYZ 51.13 24.69 81.43 -
YUV 101.6 203.86 226.72 -
System Red Green Blue C M Y K H S L
Decimal 240 5 236 0 0.98 0.02 0.06 301.02 0.96 0.48
Hex F0 5 EC 0 62 2 6 12D 60 30
Octal 360 5 354 0 142 2 6 455 140 60
Binary 11110000 101 11101100 0 1100010 10 110 100101101 1100000 110000

Color Harmonies of #F005EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F005EC

Black with #F005EC

Text Example


Text Example

White with #F005EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F005EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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