Html Css Color HEX #F70CEF Magenta

📋 copy color: '#F70CEF'

red 247 ◦ green 12 ◦ blue 239

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

Shades of Magenta #F70CEF

Tints of Magenta #F70CEF

RGB

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

 GREEN value IS 12 (5.08% from 255) = 2.41%

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

R = 49.6%
G = 2.41%
B = 47.99%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.03

 K value IS 0.03

RGB Variations

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

Color information

#F70CEF (or 0xF70CEF) is known color: Magenta. HEX triplet: F7, 0C and EF. RGB value is (247,12,239). Sum of RGB (Red+Green+Blue) = 247+12+239=498 (65% of max value = 765). Red value is 247 (96.88% from 255 or 49.60% from 498); Green value is 12 (5.08% from 255 or 2.41% from 498); Blue value is 239 (93.75% from 255 or 47.99% from 498); Max value from RGB is 247 - color contains mainly: red. Hex color #F70CEF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F70CEF is #08F310. Grayscale: #6B6B6B. Windows color (decimal): -586513 or 15666423. OLE color: 15666423.

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

Color convert

RGB 247 12 239 -
CMYK 0 0.95 0.03 0.03
HSL 302.04º 0.94% 0.51% -
HSV(B) 302.04º 0.95% 0.97% -
XYZ 54.07 26.27 83.88 -
YUV 108.14 201.86 227.04 -
System Red Green Blue C M Y K H S L
Decimal 247 12 239 0 0.95 0.03 0.03 302.04 0.94 0.51
Hex F7 C EF 0 5F 3 3 12E 5E 33
Octal 367 14 357 0 137 3 3 456 136 63
Binary 11110111 1100 11101111 0 1011111 11 11 100101110 1011110 110011

Color Harmonies of #F70CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F70CEF

Black with #F70CEF

Text Example


Text Example

White with #F70CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F70CEF; }

 p { color: rgb(247,12,239); }

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

background-color css

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

 a { background-color: rgb(247,12,239); }

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

border-color css

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

 span { border-color: rgb(247,12,239); }

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