Html Css Color HEX #F702EF Magenta

📋 copy color: '#F702EF'

red 247 ◦ green 2 ◦ blue 239

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

Shades of Magenta #F702EF

Tints of Magenta #F702EF

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.41%

 BLUE value IS 239 (93.75% from 255) = 48.98%

R = 50.61%
G = 0.41%
B = 48.98%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.03

 K value IS 0.03

RGB Variations

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

Color information

#F702EF (or 0xF702EF) is known color: Magenta. HEX triplet: F7, 02 and EF. RGB value is (247,2,239). Sum of RGB (Red+Green+Blue) = 247+2+239=488 (64% of max value = 765). Red value is 247 (96.88% from 255 or 50.61% from 488); Green value is 2 (1.17% from 255 or 0.41% from 488); Blue value is 239 (93.75% from 255 or 48.98% from 488); Max value from RGB is 247 - color contains mainly: red. Hex color #F702EF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F702EF is #08FD10. Grayscale: #656565. Windows color (decimal): -589073 or 15663863. OLE color: 15663863.

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

Color convert

RGB 247 2 239 -
CMYK 0 0.99 0.03 0.03
HSL 301.96º 0.98% 0.49% -
HSV(B) 301.96º 0.99% 0.97% -
XYZ 53.96 26.05 83.85 -
YUV 102.27 205.17 231.23 -
System Red Green Blue C M Y K H S L
Decimal 247 2 239 0 0.99 0.03 0.03 301.96 0.98 0.49
Hex F7 2 EF 0 63 3 3 12E 62 31
Octal 367 2 357 0 143 3 3 456 142 61
Binary 11110111 10 11101111 0 1100011 11 11 100101110 1100010 110001

Color Harmonies of #F702EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F702EF

Black with #F702EF

Text Example


Text Example

White with #F702EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F702EF; }

 p { color: rgb(247,2,239); }

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

background-color css

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

 a { background-color: rgb(247,2,239); }

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

border-color css

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

 span { border-color: rgb(247,2,239); }

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