Html Css Color HEX #F70CE1 Hot Magenta

📋 copy color: '#F70CE1'

red 247 ◦ green 12 ◦ blue 225

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

Shades of Hot Magenta #F70CE1

Tints of Hot Magenta #F70CE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 46.49%

R = 51.03%
G = 2.48%
B = 46.49%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.09

 K value IS 0.03

RGB Variations

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

Color information

#F70CE1 (or 0xF70CE1) is known color: Hot Magenta. HEX triplet: F7, 0C and E1. RGB value is (247,12,225). Sum of RGB (Red+Green+Blue) = 247+12+225=484 (64% of max value = 765). Red value is 247 (96.88% from 255 or 51.03% from 484); Green value is 12 (5.08% from 255 or 2.48% from 484); Blue value is 225 (88.28% from 255 or 46.49% from 484); Max value from RGB is 247 - color contains mainly: red. Hex color #F70CE1 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F70CE1 is #08F31E. Grayscale: #696969. Windows color (decimal): -586527 or 14748919. OLE color: 14748919.

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

Color convert

RGB 247 12 225 -
CMYK 0 0.95 0.09 0.03
HSL 305.62º 0.94% 0.51% -
HSV(B) 305.62º 0.95% 0.97% -
XYZ 52.08 25.47 73.41 -
YUV 106.55 194.86 228.18 -
System Red Green Blue C M Y K H S L
Decimal 247 12 225 0 0.95 0.09 0.03 305.62 0.94 0.51
Hex F7 C E1 0 5F 9 3 132 5E 33
Octal 367 14 341 0 137 11 3 462 136 63
Binary 11110111 1100 11100001 0 1011111 1001 11 100110010 1011110 110011

Color Harmonies of #F70CE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F70CE1

Black with #F70CE1

Text Example


Text Example

White with #F70CE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F70CE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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