Html Css Color HEX #F700E2 Hot Magenta

📋 copy color: '#F700E2'

red 247 ◦ green 0 ◦ blue 226

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

Shades of Hot Magenta #F700E2

Tints of Hot Magenta #F700E2

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 226 (88.67% from 255) = 47.78%

R = 52.22%
G = 0%
B = 47.78%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.09

 K value IS 0.03

RGB Variations

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

Color information

#F700E2 (or 0xF700E2) is known color: Hot Magenta. HEX triplet: F7, 00 and E2. RGB value is (247,0,226). Sum of RGB (Red+Green+Blue) = 247+0+226=473 (62% of max value = 765). Red value is 247 (96.88% from 255 or 52.22% from 473); Green value is 0 (0.39% from 255 or 0% from 473); Blue value is 226 (88.67% from 255 or 47.78% from 473); Max value from RGB is 247 - color contains mainly: red. Hex color #F700E2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F700E2 is #08FF1D. Grayscale: #626262. Windows color (decimal): -589598 or 14811383. OLE color: 14811383.

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

Color convert

RGB 247 0 226 -
CMYK 0 1 0.09 0.03
HSL 305.1º 1% 0.48% -
HSV(B) 305.1º 1% 0.97% -
XYZ 52.09 25.27 74.08 -
YUV 99.62 199.33 233.12 -
System Red Green Blue C M Y K H S L
Decimal 247 0 226 0 1 0.09 0.03 305.1 1 0.48
Hex F7 0 E2 0 64 9 3 131 64 30
Octal 367 0 342 0 144 11 3 461 144 60
Binary 11110111 0 11100010 0 1100100 1001 11 100110001 1100100 110000

Color Harmonies of #F700E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F700E2

Black with #F700E2

Text Example


Text Example

White with #F700E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F700E2; }

 p { color: rgb(247,0,226); }

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

background-color css

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

 a { background-color: rgb(247,0,226); }

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

border-color css

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

 span { border-color: rgb(247,0,226); }

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