Html Css Color HEX #F702EB Magenta

📋 copy color: '#F702EB'

red 247 ◦ green 2 ◦ blue 235

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

Shades of Magenta #F702EB

Tints of Magenta #F702EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 48.55%

R = 51.03%
G = 0.41%
B = 48.55%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.05

 K value IS 0.03

RGB Variations

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

Color information

#F702EB (or 0xF702EB) is known color: Magenta. HEX triplet: F7, 02 and EB. RGB value is (247,2,235). Sum of RGB (Red+Green+Blue) = 247+2+235=484 (64% of max value = 765). Red value is 247 (96.88% from 255 or 51.03% from 484); Green value is 2 (1.17% from 255 or 0.41% from 484); Blue value is 235 (92.19% from 255 or 48.55% from 484); Max value from RGB is 247 - color contains mainly: red. Hex color #F702EB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F702EB is #08FD14. Grayscale: #656565. Windows color (decimal): -589077 or 15401719. OLE color: 15401719.

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

Color convert

RGB 247 2 235 -
CMYK 0 0.99 0.05 0.03
HSL 302.94º 0.98% 0.49% -
HSV(B) 302.94º 0.99% 0.97% -
XYZ 53.37 25.82 80.77 -
YUV 101.82 203.17 231.55 -
System Red Green Blue C M Y K H S L
Decimal 247 2 235 0 0.99 0.05 0.03 302.94 0.98 0.49
Hex F7 2 EB 0 63 5 3 12F 62 31
Octal 367 2 353 0 143 5 3 457 142 61
Binary 11110111 10 11101011 0 1100011 101 11 100101111 1100010 110001

Color Harmonies of #F702EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F702EB

Black with #F702EB

Text Example


Text Example

White with #F702EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F702EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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