Html Css Color HEX #F81EFB Magenta

📋 copy color: '#F81EFB'

red 248 ◦ green 30 ◦ blue 251

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

Shades of Magenta #F81EFB

Tints of Magenta #F81EFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 47.45%

R = 46.88%
G = 5.67%
B = 47.45%

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

#F81EFB (or 0xF81EFB) is known color: Magenta. HEX triplet: F8, 1E and FB. RGB value is (248,30,251). Sum of RGB (Red+Green+Blue) = 248+30+251=529 (70% of max value = 765). Red value is 248 (97.27% from 255 or 46.88% from 529); Green value is 30 (12.11% from 255 or 5.67% from 529); Blue value is 251 (98.44% from 255 or 47.45% from 529); Max value from RGB is 251 - color contains mainly: blue. Hex color #F81EFB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F81EFB is #07E104. Grayscale: #777777. Windows color (decimal): -516357 or 16457464. OLE color: 16457464.

HSL color Cylindrical-coordinate representation of color #F81EFB: hue angle of 299.19º degrees, saturation: 0.97, 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 #F81EFB is Cyan = 0.01, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 248 30 251 -
CMYK 0.01 0.88 0 0.02
HSL 299.19º 0.97% 0.55% -
HSV(B) 299.19º 0.88% 0.98% -
XYZ 56.59 27.85 93.66 -
YUV 120.38 201.72 219.03 -
System Red Green Blue C M Y K H S L
Decimal 248 30 251 0.01 0.88 0 0.02 299.19 0.97 0.55
Hex F8 1E FB 1 58 0 2 12B 61 37
Octal 370 36 373 1 130 0 2 453 141 67
Binary 11111000 11110 11111011 1 1011000 0 10 100101011 1100001 110111

Color Harmonies of #F81EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F81EFB

Black with #F81EFB

Text Example


Text Example

White with #F81EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F81EFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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