Html Css Color HEX #F87DDD Pale Magenta

📋 copy color: '#F87DDD'

red 248 ◦ green 125 ◦ blue 221

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

Shades of Pale Magenta #F87DDD

Tints of Pale Magenta #F87DDD

RGB

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

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

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

R = 41.75%
G = 21.04%
B = 37.21%

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

#F87DDD (or 0xF87DDD) is known color: Pale Magenta. HEX triplet: F8, 7D and DD. RGB value is (248,125,221). Sum of RGB (Red+Green+Blue) = 248+125+221=594 (78% of max value = 765). Red value is 248 (97.27% from 255 or 41.75% from 594); Green value is 125 (49.22% from 255 or 21.04% from 594); Blue value is 221 (86.72% from 255 or 37.21% from 594); Max value from RGB is 248 - color contains mainly: red. Hex color #F87DDD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F87DDD is #078222. Grayscale: #ACACAC. Windows color (decimal): -492067 or 14515704. OLE color: 14515704.

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

Color convert

RGB 248 125 221 -
CMYK 0 0.50 0.11 0.03
HSL 313.17º 0.9% 0.73% -
HSV(B) 313.17º 0.5% 0.97% -
XYZ 59.1 39.84 72.98 -
YUV 172.72 155.25 181.69 -
System Red Green Blue C M Y K H S L
Decimal 248 125 221 0 0.50 0.11 0.03 313.17 0.9 0.73
Hex F8 7D DD 0 32 B 3 139 5A 49
Octal 370 175 335 0 62 13 3 471 132 111
Binary 11111000 1111101 11011101 0 110010 1011 11 100111001 1011010 1001001

Color Harmonies of #F87DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F87DDD

Black with #F87DDD

Text Example


Text Example

White with #F87DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F87DDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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