Html Css Color HEX #F88EDF Pale Magenta

📋 copy color: '#F88EDF'

red 248 ◦ green 142 ◦ blue 223

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

Shades of Pale Magenta #F88EDF

Tints of Pale Magenta #F88EDF

RGB

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

 GREEN value IS 142 (55.86% from 255) = 23.16%

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

R = 40.46%
G = 23.16%
B = 36.38%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.10

 K value IS 0.03

RGB Variations

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

Color information

#F88EDF (or 0xF88EDF) is known color: Pale Magenta. HEX triplet: F8, 8E and DF. RGB value is (248,142,223). Sum of RGB (Red+Green+Blue) = 248+142+223=613 (81% of max value = 765). Red value is 248 (97.27% from 255 or 40.46% from 613); Green value is 142 (55.86% from 255 or 23.16% from 613); Blue value is 223 (87.5% from 255 or 36.38% from 613); Max value from RGB is 248 - color contains mainly: red. Hex color #F88EDF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F88EDF is #077120. Grayscale: #B6B6B6. Windows color (decimal): -487713 or 14651128. OLE color: 14651128.

HSL color Cylindrical-coordinate representation of color #F88EDF: hue angle of 314.15º degrees, saturation: 0.88, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F88EDF is Cyan = 0, Magento = 0.43, Yellow = 0.10 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 142 223 -
CMYK 0 0.43 0.10 0.03
HSL 314.15º 0.88% 0.76% -
HSV(B) 314.15º 0.43% 0.97% -
XYZ 61.7 44.63 75.17 -
YUV 182.93 150.62 174.41 -
System Red Green Blue C M Y K H S L
Decimal 248 142 223 0 0.43 0.10 0.03 314.15 0.88 0.76
Hex F8 8E DF 0 2B A 3 13A 58 4C
Octal 370 216 337 0 53 12 3 472 130 114
Binary 11111000 10001110 11011111 0 101011 1010 11 100111010 1011000 1001100

Color Harmonies of #F88EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F88EDF

Black with #F88EDF

Text Example


Text Example

White with #F88EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F88EDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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