Html Css Color HEX #F881DF Pale Magenta

📋 copy color: '#F881DF'

red 248 ◦ green 129 ◦ blue 223

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

Shades of Pale Magenta #F881DF

Tints of Pale Magenta #F881DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 37.17%

R = 41.33%
G = 21.5%
B = 37.17%

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

#F881DF (or 0xF881DF) is known color: Pale Magenta. HEX triplet: F8, 81 and DF. RGB value is (248,129,223). Sum of RGB (Red+Green+Blue) = 248+129+223=600 (79% of max value = 765). Red value is 248 (97.27% from 255 or 41.33% from 600); Green value is 129 (50.78% from 255 or 21.5% from 600); Blue value is 223 (87.5% from 255 or 37.17% from 600); Max value from RGB is 248 - color contains mainly: red. Hex color #F881DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F881DF is #077E20. Grayscale: #AFAFAF. Windows color (decimal): -491041 or 14647800. OLE color: 14647800.

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

Color convert

RGB 248 129 223 -
CMYK 0 0.48 0.10 0.03
HSL 312.61º 0.89% 0.74% -
HSV(B) 312.61º 0.48% 0.97% -
XYZ 59.88 40.98 74.57 -
YUV 175.3 154.92 179.86 -
System Red Green Blue C M Y K H S L
Decimal 248 129 223 0 0.48 0.10 0.03 312.61 0.89 0.74
Hex F8 81 DF 0 30 A 3 139 59 4A
Octal 370 201 337 0 60 12 3 471 131 112
Binary 11111000 10000001 11011111 0 110000 1010 11 100111001 1011001 1001010

Color Harmonies of #F881DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F881DF

Black with #F881DF

Text Example


Text Example

White with #F881DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F881DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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