Html Css Color HEX #F881E2 Pale Magenta

📋 copy color: '#F881E2'

red 248 ◦ green 129 ◦ blue 226

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

Shades of Pale Magenta #F881E2

Tints of Pale Magenta #F881E2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 37.48%

R = 41.13%
G = 21.39%
B = 37.48%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.09

 K value IS 0.03

RGB Variations

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

Color information

#F881E2 (or 0xF881E2) is known color: Pale Magenta. HEX triplet: F8, 81 and E2. RGB value is (248,129,226). Sum of RGB (Red+Green+Blue) = 248+129+226=603 (79% of max value = 765). Red value is 248 (97.27% from 255 or 41.13% from 603); Green value is 129 (50.78% from 255 or 21.39% from 603); Blue value is 226 (88.67% from 255 or 37.48% from 603); Max value from RGB is 248 - color contains mainly: red. Hex color #F881E2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F881E2 is #077E1D. Grayscale: #AFAFAF. Windows color (decimal): -491038 or 14844408. OLE color: 14844408.

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

Color convert

RGB 248 129 226 -
CMYK 0 0.48 0.09 0.03
HSL 311.09º 0.89% 0.74% -
HSV(B) 311.09º 0.48% 0.97% -
XYZ 60.29 41.15 76.72 -
YUV 175.64 156.42 179.61 -
System Red Green Blue C M Y K H S L
Decimal 248 129 226 0 0.48 0.09 0.03 311.09 0.89 0.74
Hex F8 81 E2 0 30 9 3 137 59 4A
Octal 370 201 342 0 60 11 3 467 131 112
Binary 11111000 10000001 11100010 0 110000 1001 11 100110111 1011001 1001010

Color Harmonies of #F881E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F881E2

Black with #F881E2

Text Example


Text Example

White with #F881E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F881E2; }

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

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

background-color css

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

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

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

border-color css

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

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

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