Html Css Color HEX #F881E0 Pale Magenta

📋 copy color: '#F881E0'

red 248 ◦ green 129 ◦ blue 224

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

Shades of Pale Magenta #F881E0

Tints of Pale Magenta #F881E0

RGB

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

 GREEN value IS 129 (50.78% from 255) = 21.46%

 BLUE value IS 224 (87.89% from 255) = 37.27%

R = 41.26%
G = 21.46%
B = 37.27%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.10

 K value IS 0.03

RGB Variations

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

Color information

#F881E0 (or 0xF881E0) is known color: Pale Magenta. HEX triplet: F8, 81 and E0. RGB value is (248,129,224). Sum of RGB (Red+Green+Blue) = 248+129+224=601 (79% of max value = 765). Red value is 248 (97.27% from 255 or 41.26% from 601); Green value is 129 (50.78% from 255 or 21.46% from 601); Blue value is 224 (87.89% from 255 or 37.27% from 601); Max value from RGB is 248 - color contains mainly: red. Hex color #F881E0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F881E0 is #077E1F. Grayscale: #AFAFAF. Windows color (decimal): -491040 or 14713336. OLE color: 14713336.

HSL color Cylindrical-coordinate representation of color #F881E0: hue angle of 312.1º degrees, saturation: 0.89, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F881E0 is Cyan = 0, Magento = 0.48, Yellow = 0.10 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 129 224 -
CMYK 0 0.48 0.10 0.03
HSL 312.1º 0.89% 0.74% -
HSV(B) 312.1º 0.48% 0.97% -
XYZ 60.02 41.04 75.28 -
YUV 175.41 155.42 179.78 -
System Red Green Blue C M Y K H S L
Decimal 248 129 224 0 0.48 0.10 0.03 312.1 0.89 0.74
Hex F8 81 E0 0 30 A 3 138 59 4A
Octal 370 201 340 0 60 12 3 470 131 112
Binary 11111000 10000001 11100000 0 110000 1010 11 100111000 1011001 1001010

Color Harmonies of #F881E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F881E0

Black with #F881E0

Text Example


Text Example

White with #F881E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F881E0; }

 p { color: rgb(248,129,224); }

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

background-color css

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

 a { background-color: rgb(248,129,224); }

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

border-color css

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

 span { border-color: rgb(248,129,224); }

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