Html Css Color HEX #F007EC Magenta

📋 copy color: '#F007EC'

red 240 ◦ green 7 ◦ blue 236

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

Shades of Magenta #F007EC

Tints of Magenta #F007EC

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.45%

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

R = 49.69%
G = 1.45%
B = 48.86%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.02

 K value IS 0.06

RGB Variations

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

Color information

#F007EC (or 0xF007EC) is known color: Magenta. HEX triplet: F0, 07 and EC. RGB value is (240,7,236). Sum of RGB (Red+Green+Blue) = 240+7+236=483 (63% of max value = 765). Red value is 240 (94.14% from 255 or 49.69% from 483); Green value is 7 (3.12% from 255 or 1.45% from 483); Blue value is 236 (92.58% from 255 or 48.86% from 483); Max value from RGB is 240 - color contains mainly: red. Hex color #F007EC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F007EC is #0FF813. Grayscale: #666666. Windows color (decimal): -1046548 or 15468528. OLE color: 15468528.

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

Color convert

RGB 240 7 236 -
CMYK 0 0.97 0.02 0.06
HSL 301.03º 0.94% 0.48% -
HSV(B) 301.03º 0.97% 0.94% -
XYZ 51.15 24.73 81.43 -
YUV 102.77 203.19 225.88 -
System Red Green Blue C M Y K H S L
Decimal 240 7 236 0 0.97 0.02 0.06 301.03 0.94 0.48
Hex F0 7 EC 0 61 2 6 12D 5E 30
Octal 360 7 354 0 141 2 6 455 136 60
Binary 11110000 111 11101100 0 1100001 10 110 100101101 1011110 110000

Color Harmonies of #F007EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F007EC

Black with #F007EC

Text Example


Text Example

White with #F007EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F007EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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