Html Css Color HEX #F70FE0 Hot Magenta

📋 copy color: '#F70FE0'

red 247 ◦ green 15 ◦ blue 224

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

Shades of Hot Magenta #F70FE0

Tints of Hot Magenta #F70FE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 46.09%

R = 50.82%
G = 3.09%
B = 46.09%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.09

 K value IS 0.03

RGB Variations

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

Color information

#F70FE0 (or 0xF70FE0) is known color: Hot Magenta. HEX triplet: F7, 0F and E0. RGB value is (247,15,224). Sum of RGB (Red+Green+Blue) = 247+15+224=486 (64% of max value = 765). Red value is 247 (96.88% from 255 or 50.82% from 486); Green value is 15 (6.25% from 255 or 3.09% from 486); Blue value is 224 (87.89% from 255 or 46.09% from 486); Max value from RGB is 247 - color contains mainly: red. Hex color #F70FE0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F70FE0 is #08F01F. Grayscale: #6B6B6B. Windows color (decimal): -585760 or 14684151. OLE color: 14684151.

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

Color convert

RGB 247 15 224 -
CMYK 0 0.94 0.09 0.03
HSL 305.95º 0.94% 0.51% -
HSV(B) 305.95º 0.94% 0.97% -
XYZ 51.98 25.5 72.7 -
YUV 108.19 193.36 227.01 -
System Red Green Blue C M Y K H S L
Decimal 247 15 224 0 0.94 0.09 0.03 305.95 0.94 0.51
Hex F7 F E0 0 5E 9 3 132 5E 33
Octal 367 17 340 0 136 11 3 462 136 63
Binary 11110111 1111 11100000 0 1011110 1001 11 100110010 1011110 110011

Color Harmonies of #F70FE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F70FE0

Black with #F70FE0

Text Example


Text Example

White with #F70FE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F70FE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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