Html Css Color HEX #F87DDB Pale Magenta

📋 copy color: '#F87DDB'

red 248 ◦ green 125 ◦ blue 219

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

Shades of Pale Magenta #F87DDB

Tints of Pale Magenta #F87DDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 36.99%

R = 41.89%
G = 21.11%
B = 36.99%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.12

 K value IS 0.03

RGB Variations

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

Color information

#F87DDB (or 0xF87DDB) is known color: Pale Magenta. HEX triplet: F8, 7D and DB. RGB value is (248,125,219). Sum of RGB (Red+Green+Blue) = 248+125+219=592 (78% of max value = 765). Red value is 248 (97.27% from 255 or 41.89% from 592); Green value is 125 (49.22% from 255 or 21.11% from 592); Blue value is 219 (85.94% from 255 or 36.99% from 592); Max value from RGB is 248 - color contains mainly: red. Hex color #F87DDB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F87DDB is #078224. Grayscale: #ACACAC. Windows color (decimal): -492069 or 14384632. OLE color: 14384632.

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

Color convert

RGB 248 125 219 -
CMYK 0 0.50 0.12 0.03
HSL 314.15º 0.9% 0.73% -
HSV(B) 314.15º 0.5% 0.97% -
XYZ 58.83 39.74 71.59 -
YUV 172.49 154.25 181.86 -
System Red Green Blue C M Y K H S L
Decimal 248 125 219 0 0.50 0.12 0.03 314.15 0.9 0.73
Hex F8 7D DB 0 32 C 3 13A 5A 49
Octal 370 175 333 0 62 14 3 472 132 111
Binary 11111000 1111101 11011011 0 110010 1100 11 100111010 1011010 1001001

Color Harmonies of #F87DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F87DDB

Black with #F87DDB

Text Example


Text Example

White with #F87DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F87DDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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