Html Css Color HEX #F87EDD Pale Magenta

📋 copy color: '#F87EDD'

red 248 ◦ green 126 ◦ blue 221

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

Shades of Pale Magenta #F87EDD

Tints of Pale Magenta #F87EDD

RGB

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

 GREEN value IS 126 (49.61% from 255) = 21.18%

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

R = 41.68%
G = 21.18%
B = 37.14%

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

#F87EDD (or 0xF87EDD) is known color: Pale Magenta. HEX triplet: F8, 7E and DD. RGB value is (248,126,221). Sum of RGB (Red+Green+Blue) = 248+126+221=595 (78% of max value = 765). Red value is 248 (97.27% from 255 or 41.68% from 595); Green value is 126 (49.61% from 255 or 21.18% from 595); Blue value is 221 (86.72% from 255 or 37.14% from 595); Max value from RGB is 248 - color contains mainly: red. Hex color #F87EDD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F87EDD is #078122. Grayscale: #ADADAD. Windows color (decimal): -491811 or 14515960. OLE color: 14515960.

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

Color convert

RGB 248 126 221 -
CMYK 0 0.49 0.11 0.03
HSL 313.28º 0.9% 0.73% -
HSV(B) 313.28º 0.49% 0.97% -
XYZ 59.22 40.1 73.03 -
YUV 173.31 154.92 181.28 -
System Red Green Blue C M Y K H S L
Decimal 248 126 221 0 0.49 0.11 0.03 313.28 0.9 0.73
Hex F8 7E DD 0 31 B 3 139 5A 49
Octal 370 176 335 0 61 13 3 471 132 111
Binary 11111000 1111110 11011101 0 110001 1011 11 100111001 1011010 1001001

Color Harmonies of #F87EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F87EDD

Black with #F87EDD

Text Example


Text Example

White with #F87EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F87EDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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