Html Css Color HEX #F70CEE Magenta

📋 copy color: '#F70CEE'

red 247 ◦ green 12 ◦ blue 238

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

Shades of Magenta #F70CEE

Tints of Magenta #F70CEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 47.89%

R = 49.7%
G = 2.41%
B = 47.89%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.04

 K value IS 0.03

RGB Variations

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

Color information

#F70CEE (or 0xF70CEE) is known color: Magenta. HEX triplet: F7, 0C and EE. RGB value is (247,12,238). Sum of RGB (Red+Green+Blue) = 247+12+238=497 (65% of max value = 765). Red value is 247 (96.88% from 255 or 49.70% from 497); Green value is 12 (5.08% from 255 or 2.41% from 497); Blue value is 238 (93.36% from 255 or 47.89% from 497); Max value from RGB is 247 - color contains mainly: red. Hex color #F70CEE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F70CEE is #08F311. Grayscale: #6B6B6B. Windows color (decimal): -586514 or 15600887. OLE color: 15600887.

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

Color convert

RGB 247 12 238 -
CMYK 0 0.95 0.04 0.03
HSL 302.3º 0.94% 0.51% -
HSV(B) 302.3º 0.95% 0.97% -
XYZ 53.92 26.21 83.11 -
YUV 108.03 201.36 227.12 -
System Red Green Blue C M Y K H S L
Decimal 247 12 238 0 0.95 0.04 0.03 302.3 0.94 0.51
Hex F7 C EE 0 5F 4 3 12E 5E 33
Octal 367 14 356 0 137 4 3 456 136 63
Binary 11110111 1100 11101110 0 1011111 100 11 100101110 1011110 110011

Color Harmonies of #F70CEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F70CEE

Black with #F70CEE

Text Example


Text Example

White with #F70CEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F70CEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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