Html Css Color HEX #F87FDC Pale Magenta

📋 copy color: '#F87FDC'

red 248 ◦ green 127 ◦ blue 220

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

Shades of Pale Magenta #F87FDC

Tints of Pale Magenta #F87FDC

RGB

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

 GREEN value IS 127 (50% from 255) = 21.34%

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

R = 41.68%
G = 21.34%
B = 36.97%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.11

 K value IS 0.03

RGB Variations

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

Color information

#F87FDC (or 0xF87FDC) is known color: Pale Magenta. HEX triplet: F8, 7F and DC. RGB value is (248,127,220). Sum of RGB (Red+Green+Blue) = 248+127+220=595 (78% of max value = 765). Red value is 248 (97.27% from 255 or 41.68% from 595); Green value is 127 (50% from 255 or 21.34% from 595); Blue value is 220 (86.33% from 255 or 36.97% from 595); Max value from RGB is 248 - color contains mainly: red. Hex color #F87FDC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F87FDC is #078023. Grayscale: #ADADAD. Windows color (decimal): -491556 or 14450680. OLE color: 14450680.

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

Color convert

RGB 248 127 220 -
CMYK 0 0.49 0.11 0.03
HSL 313.88º 0.9% 0.74% -
HSV(B) 313.88º 0.49% 0.97% -
XYZ 59.22 40.3 72.37 -
YUV 173.78 154.09 180.94 -
System Red Green Blue C M Y K H S L
Decimal 248 127 220 0 0.49 0.11 0.03 313.88 0.9 0.74
Hex F8 7F DC 0 31 B 3 13A 5A 4A
Octal 370 177 334 0 61 13 3 472 132 112
Binary 11111000 1111111 11011100 0 110001 1011 11 100111010 1011010 1001010

Color Harmonies of #F87FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F87FDC

Black with #F87FDC

Text Example


Text Example

White with #F87FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F87FDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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