Html Css Color HEX #F702E9 Magenta

📋 copy color: '#F702E9'

red 247 ◦ green 2 ◦ blue 233

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

Shades of Magenta #F702E9

Tints of Magenta #F702E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 48.34%

R = 51.24%
G = 0.41%
B = 48.34%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.06

 K value IS 0.03

RGB Variations

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

Color information

#F702E9 (or 0xF702E9) is known color: Magenta. HEX triplet: F7, 02 and E9. RGB value is (247,2,233). Sum of RGB (Red+Green+Blue) = 247+2+233=482 (63% of max value = 765). Red value is 247 (96.88% from 255 or 51.24% from 482); Green value is 2 (1.17% from 255 or 0.41% from 482); Blue value is 233 (91.41% from 255 or 48.34% from 482); Max value from RGB is 247 - color contains mainly: red. Hex color #F702E9 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F702E9 is #08FD16. Grayscale: #646464. Windows color (decimal): -589079 or 15270647. OLE color: 15270647.

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

Color convert

RGB 247 2 233 -
CMYK 0 0.99 0.06 0.03
HSL 303.43º 0.98% 0.49% -
HSV(B) 303.43º 0.99% 0.97% -
XYZ 53.09 25.7 79.25 -
YUV 101.59 202.17 231.72 -
System Red Green Blue C M Y K H S L
Decimal 247 2 233 0 0.99 0.06 0.03 303.43 0.98 0.49
Hex F7 2 E9 0 63 6 3 12F 62 31
Octal 367 2 351 0 143 6 3 457 142 61
Binary 11110111 10 11101001 0 1100011 110 11 100101111 1100010 110001

Color Harmonies of #F702E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F702E9

Black with #F702E9

Text Example


Text Example

White with #F702E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F702E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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