Html Css Color HEX #F700E7 Magenta

📋 copy color: '#F700E7'

red 247 ◦ green 0 ◦ blue 231

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

Shades of Magenta #F700E7

Tints of Magenta #F700E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 48.33%

R = 51.67%
G = 0%
B = 48.33%

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

#F700E7 (or 0xF700E7) is known color: Magenta. HEX triplet: F7, 00 and E7. RGB value is (247,0,231). Sum of RGB (Red+Green+Blue) = 247+0+231=478 (63% of max value = 765). Red value is 247 (96.88% from 255 or 51.67% from 478); Green value is 0 (0.39% from 255 or 0% from 478); Blue value is 231 (90.62% from 255 or 48.33% from 478); Max value from RGB is 247 - color contains mainly: red. Hex color #F700E7 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F700E7 is #08FF18. Grayscale: #636363. Windows color (decimal): -589593 or 15139063. OLE color: 15139063.

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

Color convert

RGB 247 0 231 -
CMYK 0 1 0.06 0.03
HSL 303.89º 1% 0.48% -
HSV(B) 303.89º 1% 0.97% -
XYZ 52.78 25.54 77.75 -
YUV 100.19 201.83 232.72 -
System Red Green Blue C M Y K H S L
Decimal 247 0 231 0 1 0.06 0.03 303.89 1 0.48
Hex F7 0 E7 0 64 6 3 130 64 30
Octal 367 0 347 0 144 6 3 460 144 60
Binary 11110111 0 11100111 0 1100100 110 11 100110000 1100100 110000

Color Harmonies of #F700E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F700E7

Black with #F700E7

Text Example


Text Example

White with #F700E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F700E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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