Html Css Color HEX #F807EA Magenta

📋 copy color: '#F807EA'

red 248 ◦ green 7 ◦ blue 234

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

Shades of Magenta #F807EA

Tints of Magenta #F807EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 47.85%

R = 50.72%
G = 1.43%
B = 47.85%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.06

 K value IS 0.03

RGB Variations

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

Color information

#F807EA (or 0xF807EA) is known color: Magenta. HEX triplet: F8, 07 and EA. RGB value is (248,7,234). Sum of RGB (Red+Green+Blue) = 248+7+234=489 (64% of max value = 765). Red value is 248 (97.27% from 255 or 50.72% from 489); Green value is 7 (3.12% from 255 or 1.43% from 489); Blue value is 234 (91.80% from 255 or 47.85% from 489); Max value from RGB is 248 - color contains mainly: red. Hex color #F807EA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F807EA is #07F815. Grayscale: #686868. Windows color (decimal): -522262 or 15337464. OLE color: 15337464.

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

Color convert

RGB 248 7 234 -
CMYK 0 0.97 0.06 0.03
HSL 303.49º 0.95% 0.5% -
HSV(B) 303.49º 0.97% 0.97% -
XYZ 53.64 26.05 80.04 -
YUV 104.94 200.84 230.04 -
System Red Green Blue C M Y K H S L
Decimal 248 7 234 0 0.97 0.06 0.03 303.49 0.95 0.5
Hex F8 7 EA 0 61 6 3 12F 5F 32
Octal 370 7 352 0 141 6 3 457 137 62
Binary 11111000 111 11101010 0 1100001 110 11 100101111 1011111 110010

Color Harmonies of #F807EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F807EA

Black with #F807EA

Text Example


Text Example

White with #F807EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F807EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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