Html Css Color HEX #F87DDC Pale Magenta

📋 copy color: '#F87DDC'

red 248 ◦ green 125 ◦ blue 220

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

Shades of Pale Magenta #F87DDC

Tints of Pale Magenta #F87DDC

RGB

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

 GREEN value IS 125 (49.22% from 255) = 21.08%

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

R = 41.82%
G = 21.08%
B = 37.1%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.11

 K value IS 0.03

RGB Variations

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

Color information

#F87DDC (or 0xF87DDC) is known color: Pale Magenta. HEX triplet: F8, 7D and DC. RGB value is (248,125,220). Sum of RGB (Red+Green+Blue) = 248+125+220=593 (78% of max value = 765). Red value is 248 (97.27% from 255 or 41.82% from 593); Green value is 125 (49.22% from 255 or 21.08% from 593); Blue value is 220 (86.33% from 255 or 37.10% from 593); Max value from RGB is 248 - color contains mainly: red. Hex color #F87DDC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F87DDC is #078223. Grayscale: #ACACAC. Windows color (decimal): -492068 or 14450168. OLE color: 14450168.

HSL color Cylindrical-coordinate representation of color #F87DDC: hue angle of 313.66º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F87DDC is Cyan = 0, Magento = 0.50, Yellow = 0.11 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 125 220 -
CMYK 0 0.50 0.11 0.03
HSL 313.66º 0.9% 0.73% -
HSV(B) 313.66º 0.5% 0.97% -
XYZ 58.96 39.79 72.28 -
YUV 172.61 154.75 181.78 -
System Red Green Blue C M Y K H S L
Decimal 248 125 220 0 0.50 0.11 0.03 313.66 0.9 0.73
Hex F8 7D DC 0 32 B 3 13A 5A 49
Octal 370 175 334 0 62 13 3 472 132 111
Binary 11111000 1111101 11011100 0 110010 1011 11 100111010 1011010 1001001

Color Harmonies of #F87DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F87DDC

Black with #F87DDC

Text Example


Text Example

White with #F87DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F87DDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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