Html Css Color HEX #F81EFA Magenta

📋 copy color: '#F81EFA'

red 248 ◦ green 30 ◦ blue 250

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

Shades of Magenta #F81EFA

Tints of Magenta #F81EFA

RGB

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

 GREEN value IS 30 (12.11% from 255) = 5.68%

 BLUE value IS 250 (98.05% from 255) = 47.35%

R = 46.97%
G = 5.68%
B = 47.35%

CMYK

 C value IS 0.01

 M value IS 0.88

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F81EFA (or 0xF81EFA) is known color: Magenta. HEX triplet: F8, 1E and FA. RGB value is (248,30,250). Sum of RGB (Red+Green+Blue) = 248+30+250=528 (69% of max value = 765). Red value is 248 (97.27% from 255 or 46.97% from 528); Green value is 30 (12.11% from 255 or 5.68% from 528); Blue value is 250 (98.05% from 255 or 47.35% from 528); Max value from RGB is 250 - color contains mainly: blue. Hex color #F81EFA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F81EFA is #07E105. Grayscale: #777777. Windows color (decimal): -516358 or 16391928. OLE color: 16391928.

HSL color Cylindrical-coordinate representation of color #F81EFA: hue angle of 299.45º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F81EFA is Cyan = 0.01, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 248 30 250 -
CMYK 0.01 0.88 0 0.02
HSL 299.45º 0.96% 0.55% -
HSV(B) 299.45º 0.88% 0.98% -
XYZ 56.43 27.79 92.83 -
YUV 120.26 201.22 219.11 -
System Red Green Blue C M Y K H S L
Decimal 248 30 250 0.01 0.88 0 0.02 299.45 0.96 0.55
Hex F8 1E FA 1 58 0 2 12B 60 37
Octal 370 36 372 1 130 0 2 453 140 67
Binary 11111000 11110 11111010 1 1011000 0 10 100101011 1100000 110111

Color Harmonies of #F81EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F81EFA

Black with #F81EFA

Text Example


Text Example

White with #F81EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F81EFA; }

 p { color: rgb(248,30,250); }

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

background-color css

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

 a { background-color: rgb(248,30,250); }

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

border-color css

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

 span { border-color: rgb(248,30,250); }

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