Html Css Color HEX #F007EF Magenta

📋 copy color: '#F007EF'

red 240 ◦ green 7 ◦ blue 239

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

Shades of Magenta #F007EF

Tints of Magenta #F007EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 49.18%

R = 49.38%
G = 1.44%
B = 49.18%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.00

 K value IS 0.06

RGB Variations

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

Color information

#F007EF (or 0xF007EF) is known color: Magenta. HEX triplet: F0, 07 and EF. RGB value is (240,7,239). Sum of RGB (Red+Green+Blue) = 240+7+239=486 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.38% from 486); Green value is 7 (3.12% from 255 or 1.44% from 486); Blue value is 239 (93.75% from 255 or 49.18% from 486); Max value from RGB is 240 - color contains mainly: red. Hex color #F007EF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F007EF is #0FF810. Grayscale: #666666. Windows color (decimal): -1046545 or 15665136. OLE color: 15665136.

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

Color convert

RGB 240 7 239 -
CMYK 0 0.97 0.00 0.06
HSL 300.26º 0.94% 0.48% -
HSV(B) 300.26º 0.97% 0.94% -
XYZ 51.59 24.91 83.75 -
YUV 103.12 204.69 225.64 -
System Red Green Blue C M Y K H S L
Decimal 240 7 239 0 0.97 0.00 0.06 300.26 0.94 0.48
Hex F0 7 EF 0 61 0 6 12C 5E 30
Octal 360 7 357 0 141 0 6 454 136 60
Binary 11110000 111 11101111 0 1100001 0 110 100101100 1011110 110000

Color Harmonies of #F007EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F007EF

Black with #F007EF

Text Example


Text Example

White with #F007EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F007EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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