Html Css Color HEX #F881ED Pale Magenta

📋 copy color: '#F881ED'

red 248 ◦ green 129 ◦ blue 237

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

Shades of Pale Magenta #F881ED

Tints of Pale Magenta #F881ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 38.6%

R = 40.39%
G = 21.01%
B = 38.6%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.04

 K value IS 0.03

RGB Variations

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

Color information

#F881ED (or 0xF881ED) is known color: Pale Magenta. HEX triplet: F8, 81 and ED. RGB value is (248,129,237). Sum of RGB (Red+Green+Blue) = 248+129+237=614 (81% of max value = 765). Red value is 248 (97.27% from 255 or 40.39% from 614); Green value is 129 (50.78% from 255 or 21.01% from 614); Blue value is 237 (92.97% from 255 or 38.60% from 614); Max value from RGB is 248 - color contains mainly: red. Hex color #F881ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F881ED is #077E12. Grayscale: #B0B0B0. Windows color (decimal): -491027 or 15565304. OLE color: 15565304.

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

Color convert

RGB 248 129 237 -
CMYK 0 0.48 0.04 0.03
HSL 305.55º 0.89% 0.74% -
HSV(B) 305.55º 0.48% 0.97% -
XYZ 61.85 41.77 84.92 -
YUV 176.89 161.92 178.72 -
System Red Green Blue C M Y K H S L
Decimal 248 129 237 0 0.48 0.04 0.03 305.55 0.89 0.74
Hex F8 81 ED 0 30 4 3 132 59 4A
Octal 370 201 355 0 60 4 3 462 131 112
Binary 11111000 10000001 11101101 0 110000 100 11 100110010 1011001 1001010

Color Harmonies of #F881ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F881ED

Black with #F881ED

Text Example


Text Example

White with #F881ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F881ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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