Html Css Color HEX #F880DC Pale Magenta

📋 copy color: '#F880DC'

red 248 ◦ green 128 ◦ blue 220

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

Shades of Pale Magenta #F880DC

Tints of Pale Magenta #F880DC

RGB

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

 GREEN value IS 128 (50.39% from 255) = 21.48%

 BLUE value IS 220 (86.33% from 255) = 36.91%

R = 41.61%
G = 21.48%
B = 36.91%

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

#F880DC (or 0xF880DC) is known color: Pale Magenta. HEX triplet: F8, 80 and DC. RGB value is (248,128,220). Sum of RGB (Red+Green+Blue) = 248+128+220=596 (78% of max value = 765). Red value is 248 (97.27% from 255 or 41.61% from 596); Green value is 128 (50.39% from 255 or 21.48% from 596); Blue value is 220 (86.33% from 255 or 36.91% from 596); Max value from RGB is 248 - color contains mainly: red. Hex color #F880DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F880DC is #077F23. Grayscale: #AEAEAE. Windows color (decimal): -491300 or 14450936. OLE color: 14450936.

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

Color convert

RGB 248 128 220 -
CMYK 0 0.48 0.11 0.03
HSL 314º 0.9% 0.74% -
HSV(B) 314º 0.48% 0.97% -
XYZ 59.35 40.56 72.41 -
YUV 174.37 153.76 180.52 -
System Red Green Blue C M Y K H S L
Decimal 248 128 220 0 0.48 0.11 0.03 314 0.9 0.74
Hex F8 80 DC 0 30 B 3 13A 5A 4A
Octal 370 200 334 0 60 13 3 472 132 112
Binary 11111000 10000000 11011100 0 110000 1011 11 100111010 1011010 1001010

Color Harmonies of #F880DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F880DC

Black with #F880DC

Text Example


Text Example

White with #F880DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F880DC; }

 p { color: rgb(248,128,220); }

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

background-color css

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

 a { background-color: rgb(248,128,220); }

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

border-color css

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

 span { border-color: rgb(248,128,220); }

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