Html Css Color HEX #F807EE Magenta

📋 copy color: '#F807EE'

red 248 ◦ green 7 ◦ blue 238

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

Shades of Magenta #F807EE

Tints of Magenta #F807EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 48.28%

R = 50.3%
G = 1.42%
B = 48.28%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.04

 K value IS 0.03

RGB Variations

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

Color information

#F807EE (or 0xF807EE) is known color: Magenta. HEX triplet: F8, 07 and EE. RGB value is (248,7,238). Sum of RGB (Red+Green+Blue) = 248+7+238=493 (65% of max value = 765). Red value is 248 (97.27% from 255 or 50.30% from 493); Green value is 7 (3.12% from 255 or 1.42% from 493); Blue value is 238 (93.36% from 255 or 48.28% from 493); Max value from RGB is 248 - color contains mainly: red. Hex color #F807EE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F807EE is #07F811. Grayscale: #686868. Windows color (decimal): -522258 or 15599608. OLE color: 15599608.

HSL color Cylindrical-coordinate representation of color #F807EE: hue angle of 302.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 #F807EE is Cyan = 0, Magento = 0.97, Yellow = 0.04 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 7 238 -
CMYK 0 0.97 0.04 0.03
HSL 302.49º 0.95% 0.5% -
HSV(B) 302.49º 0.97% 0.97% -
XYZ 54.22 26.28 83.1 -
YUV 105.39 202.84 229.72 -
System Red Green Blue C M Y K H S L
Decimal 248 7 238 0 0.97 0.04 0.03 302.49 0.95 0.5
Hex F8 7 EE 0 61 4 3 12E 5F 32
Octal 370 7 356 0 141 4 3 456 137 62
Binary 11111000 111 11101110 0 1100001 100 11 100101110 1011111 110010

Color Harmonies of #F807EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F807EE

Black with #F807EE

Text Example


Text Example

White with #F807EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F807EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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