Html Css Color HEX #F881DD Pale Magenta

📋 copy color: '#F881DD'

red 248 ◦ green 129 ◦ blue 221

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

Shades of Pale Magenta #F881DD

Tints of Pale Magenta #F881DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 36.96%

R = 41.47%
G = 21.57%
B = 36.96%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.11

 K value IS 0.03

RGB Variations

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

Color information

#F881DD (or 0xF881DD) is known color: Pale Magenta. HEX triplet: F8, 81 and DD. RGB value is (248,129,221). Sum of RGB (Red+Green+Blue) = 248+129+221=598 (79% of max value = 765). Red value is 248 (97.27% from 255 or 41.47% from 598); Green value is 129 (50.78% from 255 or 21.57% from 598); Blue value is 221 (86.72% from 255 or 36.96% from 598); Max value from RGB is 248 - color contains mainly: red. Hex color #F881DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F881DD is #077E22. Grayscale: #AEAEAE. Windows color (decimal): -491043 or 14516728. OLE color: 14516728.

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

Color convert

RGB 248 129 221 -
CMYK 0 0.48 0.11 0.03
HSL 313.61º 0.89% 0.74% -
HSV(B) 313.61º 0.48% 0.97% -
XYZ 59.61 40.88 73.15 -
YUV 175.07 153.92 180.02 -
System Red Green Blue C M Y K H S L
Decimal 248 129 221 0 0.48 0.11 0.03 313.61 0.89 0.74
Hex F8 81 DD 0 30 B 3 13A 59 4A
Octal 370 201 335 0 60 13 3 472 131 112
Binary 11111000 10000001 11011101 0 110000 1011 11 100111010 1011001 1001010

Color Harmonies of #F881DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F881DD

Black with #F881DD

Text Example


Text Example

White with #F881DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F881DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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