Html Css Color HEX #F70CE9 Magenta

📋 copy color: '#F70CE9'

red 247 ◦ green 12 ◦ blue 233

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

Shades of Magenta #F70CE9

Tints of Magenta #F70CE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 47.36%

R = 50.2%
G = 2.44%
B = 47.36%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.06

 K value IS 0.03

RGB Variations

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

Color information

#F70CE9 (or 0xF70CE9) is known color: Magenta. HEX triplet: F7, 0C and E9. RGB value is (247,12,233). Sum of RGB (Red+Green+Blue) = 247+12+233=492 (65% of max value = 765). Red value is 247 (96.88% from 255 or 50.20% from 492); Green value is 12 (5.08% from 255 or 2.44% from 492); Blue value is 233 (91.41% from 255 or 47.36% from 492); Max value from RGB is 247 - color contains mainly: red. Hex color #F70CE9 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F70CE9 is #08F316. Grayscale: #6A6A6A. Windows color (decimal): -586519 or 15273207. OLE color: 15273207.

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

Color convert

RGB 247 12 233 -
CMYK 0 0.95 0.06 0.03
HSL 303.57º 0.94% 0.51% -
HSV(B) 303.57º 0.95% 0.97% -
XYZ 53.2 25.92 79.29 -
YUV 107.46 198.86 227.53 -
System Red Green Blue C M Y K H S L
Decimal 247 12 233 0 0.95 0.06 0.03 303.57 0.94 0.51
Hex F7 C E9 0 5F 6 3 130 5E 33
Octal 367 14 351 0 137 6 3 460 136 63
Binary 11110111 1100 11101001 0 1011111 110 11 100110000 1011110 110011

Color Harmonies of #F70CE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F70CE9

Black with #F70CE9

Text Example


Text Example

White with #F70CE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F70CE9; }

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

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

background-color css

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

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

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

border-color css

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

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

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