Html Css Color HEX #F807F2 Magenta

📋 copy color: '#F807F2'

red 248 ◦ green 7 ◦ blue 242

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

Shades of Magenta #F807F2

Tints of Magenta #F807F2

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.41%

 BLUE value IS 242 (94.92% from 255) = 48.69%

R = 49.9%
G = 1.41%
B = 48.69%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.02

 K value IS 0.03

RGB Variations

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

Color information

#F807F2 (or 0xF807F2) is known color: Magenta. HEX triplet: F8, 07 and F2. RGB value is (248,7,242). Sum of RGB (Red+Green+Blue) = 248+7+242=497 (65% of max value = 765). Red value is 248 (97.27% from 255 or 49.90% from 497); Green value is 7 (3.12% from 255 or 1.41% from 497); Blue value is 242 (94.92% from 255 or 48.69% from 497); Max value from RGB is 248 - color contains mainly: red. Hex color #F807F2 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F807F2 is #07F80D. Grayscale: #696969. Windows color (decimal): -522254 or 15861752. OLE color: 15861752.

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

Color convert

RGB 248 7 242 -
CMYK 0 0.97 0.02 0.03
HSL 301.49º 0.95% 0.5% -
HSV(B) 301.49º 0.97% 0.97% -
XYZ 54.81 26.52 86.23 -
YUV 105.85 204.84 229.39 -
System Red Green Blue C M Y K H S L
Decimal 248 7 242 0 0.97 0.02 0.03 301.49 0.95 0.5
Hex F8 7 F2 0 61 2 3 12D 5F 32
Octal 370 7 362 0 141 2 3 455 137 62
Binary 11111000 111 11110010 0 1100001 10 11 100101101 1011111 110010

Color Harmonies of #F807F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F807F2

Black with #F807F2

Text Example


Text Example

White with #F807F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F807F2; }

 p { color: rgb(248,7,242); }

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

background-color css

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

 a { background-color: rgb(248,7,242); }

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

border-color css

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

 span { border-color: rgb(248,7,242); }

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