Html Css Color HEX #F70FE7 Magenta

📋 copy color: '#F70FE7'

red 247 ◦ green 15 ◦ blue 231

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

Shades of Magenta #F70FE7

Tints of Magenta #F70FE7

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.04%

 BLUE value IS 231 (90.63% from 255) = 46.86%

R = 50.1%
G = 3.04%
B = 46.86%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.06

 K value IS 0.03

RGB Variations

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

Color information

#F70FE7 (or 0xF70FE7) is known color: Magenta. HEX triplet: F7, 0F and E7. RGB value is (247,15,231). Sum of RGB (Red+Green+Blue) = 247+15+231=493 (65% of max value = 765). Red value is 247 (96.88% from 255 or 50.10% from 493); Green value is 15 (6.25% from 255 or 3.04% from 493); Blue value is 231 (90.62% from 255 or 46.86% from 493); Max value from RGB is 247 - color contains mainly: red. Hex color #F70FE7 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F70FE7 is #08F018. Grayscale: #6C6C6C. Windows color (decimal): -585753 or 15142903. OLE color: 15142903.

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

Color convert

RGB 247 15 231 -
CMYK 0 0.94 0.06 0.03
HSL 304.14º 0.94% 0.51% -
HSV(B) 304.14º 0.94% 0.97% -
XYZ 52.95 25.89 77.81 -
YUV 108.99 196.86 226.44 -
System Red Green Blue C M Y K H S L
Decimal 247 15 231 0 0.94 0.06 0.03 304.14 0.94 0.51
Hex F7 F E7 0 5E 6 3 130 5E 33
Octal 367 17 347 0 136 6 3 460 136 63
Binary 11110111 1111 11100111 0 1011110 110 11 100110000 1011110 110011

Color Harmonies of #F70FE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F70FE7

Black with #F70FE7

Text Example


Text Example

White with #F70FE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F70FE7; }

 p { color: rgb(247,15,231); }

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

background-color css

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

 a { background-color: rgb(247,15,231); }

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

border-color css

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

 span { border-color: rgb(247,15,231); }

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