Html Css Color HEX #F70CE6 Magenta

📋 copy color: '#F70CE6'

red 247 ◦ green 12 ◦ blue 230

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

Shades of Magenta #F70CE6

Tints of Magenta #F70CE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 47.03%

R = 50.51%
G = 2.45%
B = 47.03%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.07

 K value IS 0.03

RGB Variations

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

Color information

#F70CE6 (or 0xF70CE6) is known color: Magenta. HEX triplet: F7, 0C and E6. RGB value is (247,12,230). Sum of RGB (Red+Green+Blue) = 247+12+230=489 (64% of max value = 765). Red value is 247 (96.88% from 255 or 50.51% from 489); Green value is 12 (5.08% from 255 or 2.45% from 489); Blue value is 230 (90.23% from 255 or 47.03% from 489); Max value from RGB is 247 - color contains mainly: red. Hex color #F70CE6 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F70CE6 is #08F319. Grayscale: #6A6A6A. Windows color (decimal): -586522 or 15076599. OLE color: 15076599.

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

Color convert

RGB 247 12 230 -
CMYK 0 0.95 0.07 0.03
HSL 304.34º 0.94% 0.51% -
HSV(B) 304.34º 0.95% 0.97% -
XYZ 52.77 25.75 77.05 -
YUV 107.12 197.36 227.77 -
System Red Green Blue C M Y K H S L
Decimal 247 12 230 0 0.95 0.07 0.03 304.34 0.94 0.51
Hex F7 C E6 0 5F 7 3 130 5E 33
Octal 367 14 346 0 137 7 3 460 136 63
Binary 11110111 1100 11100110 0 1011111 111 11 100110000 1011110 110011

Color Harmonies of #F70CE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F70CE6

Black with #F70CE6

Text Example


Text Example

White with #F70CE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F70CE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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