Html Css Color HEX #F802F7 Magenta

📋 copy color: '#F802F7'

red 248 ◦ green 2 ◦ blue 247

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

Shades of Magenta #F802F7

Tints of Magenta #F802F7

RGB

 RED value IS 248 (97.27% from 255) = 49.9%

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

 BLUE value IS 247 (96.88% from 255) = 49.7%

R = 49.9%
G = 0.4%
B = 49.7%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.00

 K value IS 0.03

RGB Variations

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

Color information

#F802F7 (or 0xF802F7) is known color: Magenta. HEX triplet: F8, 02 and F7. RGB value is (248,2,247). Sum of RGB (Red+Green+Blue) = 248+2+247=497 (65% of max value = 765). Red value is 248 (97.27% from 255 or 49.90% from 497); Green value is 2 (1.17% from 255 or 0.40% from 497); Blue value is 247 (96.88% from 255 or 49.70% from 497); Max value from RGB is 248 - color contains mainly: red. Hex color #F802F7 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F802F7 is #07FD08. Grayscale: #666666. Windows color (decimal): -523529 or 16188152. OLE color: 16188152.

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

Color convert

RGB 248 2 247 -
CMYK 0 0.99 0.00 0.03
HSL 300.24º 0.98% 0.49% -
HSV(B) 300.24º 0.99% 0.97% -
XYZ 55.52 26.72 90.23 -
YUV 103.48 209 231.08 -
System Red Green Blue C M Y K H S L
Decimal 248 2 247 0 0.99 0.00 0.03 300.24 0.98 0.49
Hex F8 2 F7 0 63 0 3 12C 62 31
Octal 370 2 367 0 143 0 3 454 142 61
Binary 11111000 10 11110111 0 1100011 0 11 100101100 1100010 110001

Color Harmonies of #F802F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F802F7

Black with #F802F7

Text Example


Text Example

White with #F802F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F802F7; }

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

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

background-color css

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

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

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

border-color css

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

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

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