Html Css Color HEX #F70EE5 Magenta

📋 copy color: '#F70EE5'

red 247 ◦ green 14 ◦ blue 229

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

Shades of Magenta #F70EE5

Tints of Magenta #F70EE5

RGB

 RED value IS 247 (96.88% from 255) = 50.41%

 GREEN value IS 14 (5.86% from 255) = 2.86%

 BLUE value IS 229 (89.84% from 255) = 46.73%

R = 50.41%
G = 2.86%
B = 46.73%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.07

 K value IS 0.03

RGB Variations

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

Color information

#F70EE5 (or 0xF70EE5) is known color: Magenta. HEX triplet: F7, 0E and E5. RGB value is (247,14,229). Sum of RGB (Red+Green+Blue) = 247+14+229=490 (64% of max value = 765). Red value is 247 (96.88% from 255 or 50.41% from 490); Green value is 14 (5.86% from 255 or 2.86% from 490); Blue value is 229 (89.84% from 255 or 46.73% from 490); Max value from RGB is 247 - color contains mainly: red. Hex color #F70EE5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F70EE5 is #08F11A. Grayscale: #6B6B6B. Windows color (decimal): -586011 or 15011575. OLE color: 15011575.

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

Color convert

RGB 247 14 229 -
CMYK 0 0.94 0.07 0.03
HSL 304.64º 0.94% 0.51% -
HSV(B) 304.64º 0.94% 0.97% -
XYZ 52.66 25.75 76.32 -
YUV 108.18 196.19 227.02 -
System Red Green Blue C M Y K H S L
Decimal 247 14 229 0 0.94 0.07 0.03 304.64 0.94 0.51
Hex F7 E E5 0 5E 7 3 131 5E 33
Octal 367 16 345 0 136 7 3 461 136 63
Binary 11110111 1110 11100101 0 1011110 111 11 100110001 1011110 110011

Color Harmonies of #F70EE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F70EE5

Black with #F70EE5

Text Example


Text Example

White with #F70EE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F70EE5; }

 p { color: rgb(247,14,229); }

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

background-color css

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

 a { background-color: rgb(247,14,229); }

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

border-color css

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

 span { border-color: rgb(247,14,229); }

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