Html Css Color HEX #F702F1 Magenta

📋 copy color: '#F702F1'

red 247 ◦ green 2 ◦ blue 241

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

Shades of Magenta #F702F1

Tints of Magenta #F702F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 49.18%

R = 50.41%
G = 0.41%
B = 49.18%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.02

 K value IS 0.03

RGB Variations

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

Color information

#F702F1 (or 0xF702F1) is known color: Magenta. HEX triplet: F7, 02 and F1. RGB value is (247,2,241). Sum of RGB (Red+Green+Blue) = 247+2+241=490 (64% of max value = 765). Red value is 247 (96.88% from 255 or 50.41% from 490); Green value is 2 (1.17% from 255 or 0.41% from 490); Blue value is 241 (94.53% from 255 or 49.18% from 490); Max value from RGB is 247 - color contains mainly: red. Hex color #F702F1 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F702F1 is #08FD0E. Grayscale: #656565. Windows color (decimal): -589071 or 15794935. OLE color: 15794935.

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

Color convert

RGB 247 2 241 -
CMYK 0 0.99 0.02 0.03
HSL 301.47º 0.98% 0.49% -
HSV(B) 301.47º 0.99% 0.97% -
XYZ 54.26 26.17 85.41 -
YUV 102.5 206.17 231.07 -
System Red Green Blue C M Y K H S L
Decimal 247 2 241 0 0.99 0.02 0.03 301.47 0.98 0.49
Hex F7 2 F1 0 63 2 3 12D 62 31
Octal 367 2 361 0 143 2 3 455 142 61
Binary 11110111 10 11110001 0 1100011 10 11 100101101 1100010 110001

Color Harmonies of #F702F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F702F1

Black with #F702F1

Text Example


Text Example

White with #F702F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F702F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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