Html Css Color HEX #F87DDF Pale Magenta

📋 copy color: '#F87DDF'

red 248 ◦ green 125 ◦ blue 223

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

Shades of Pale Magenta #F87DDF

Tints of Pale Magenta #F87DDF

RGB

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

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

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

R = 41.61%
G = 20.97%
B = 37.42%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.10

 K value IS 0.03

RGB Variations

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

Color information

#F87DDF (or 0xF87DDF) is known color: Pale Magenta. HEX triplet: F8, 7D and DF. RGB value is (248,125,223). Sum of RGB (Red+Green+Blue) = 248+125+223=596 (78% of max value = 765). Red value is 248 (97.27% from 255 or 41.61% from 596); Green value is 125 (49.22% from 255 or 20.97% from 596); Blue value is 223 (87.5% from 255 or 37.42% from 596); Max value from RGB is 248 - color contains mainly: red. Hex color #F87DDF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F87DDF is #078220. Grayscale: #ACACAC. Windows color (decimal): -492065 or 14646776. OLE color: 14646776.

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

Color convert

RGB 248 125 223 -
CMYK 0 0.50 0.10 0.03
HSL 312.2º 0.9% 0.73% -
HSV(B) 312.2º 0.5% 0.97% -
XYZ 59.36 39.95 74.39 -
YUV 172.95 156.25 181.53 -
System Red Green Blue C M Y K H S L
Decimal 248 125 223 0 0.50 0.10 0.03 312.2 0.9 0.73
Hex F8 7D DF 0 32 A 3 138 5A 49
Octal 370 175 337 0 62 12 3 470 132 111
Binary 11111000 1111101 11011111 0 110010 1010 11 100111000 1011010 1001001

Color Harmonies of #F87DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F87DDF

Black with #F87DDF

Text Example


Text Example

White with #F87DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F87DDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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