Html Css Color HEX #F700E8 Magenta

📋 copy color: '#F700E8'

red 247 ◦ green 0 ◦ blue 232

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

Shades of Magenta #F700E8

Tints of Magenta #F700E8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 48.43%

R = 51.57%
G = 0%
B = 48.43%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.06

 K value IS 0.03

RGB Variations

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

Color information

#F700E8 (or 0xF700E8) is known color: Magenta. HEX triplet: F7, 00 and E8. RGB value is (247,0,232). Sum of RGB (Red+Green+Blue) = 247+0+232=479 (63% of max value = 765). Red value is 247 (96.88% from 255 or 51.57% from 479); Green value is 0 (0.39% from 255 or 0% from 479); Blue value is 232 (91.02% from 255 or 48.43% from 479); Max value from RGB is 247 - color contains mainly: red. Hex color #F700E8 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F700E8 is #08FF17. Grayscale: #636363. Windows color (decimal): -589592 or 15204599. OLE color: 15204599.

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

Color convert

RGB 247 0 232 -
CMYK 0 1 0.06 0.03
HSL 303.64º 1% 0.48% -
HSV(B) 303.64º 1% 0.97% -
XYZ 52.92 25.6 78.5 -
YUV 100.3 202.33 232.64 -
System Red Green Blue C M Y K H S L
Decimal 247 0 232 0 1 0.06 0.03 303.64 1 0.48
Hex F7 0 E8 0 64 6 3 130 64 30
Octal 367 0 350 0 144 6 3 460 144 60
Binary 11110111 0 11101000 0 1100100 110 11 100110000 1100100 110000

Color Harmonies of #F700E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F700E8

Black with #F700E8

Text Example


Text Example

White with #F700E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F700E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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