Html Css Color HEX #F88DE0 Pale Magenta

📋 copy color: '#F88DE0'

red 248 ◦ green 141 ◦ blue 224

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

Shades of Pale Magenta #F88DE0

Tints of Pale Magenta #F88DE0

RGB

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

 GREEN value IS 141 (55.47% from 255) = 23%

 BLUE value IS 224 (87.89% from 255) = 36.54%

R = 40.46%
G = 23%
B = 36.54%

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

#F88DE0 (or 0xF88DE0) is known color: Pale Magenta. HEX triplet: F8, 8D and E0. RGB value is (248,141,224). Sum of RGB (Red+Green+Blue) = 248+141+224=613 (81% of max value = 765). Red value is 248 (97.27% from 255 or 40.46% from 613); Green value is 141 (55.47% from 255 or 23.00% from 613); Blue value is 224 (87.89% from 255 or 36.54% from 613); Max value from RGB is 248 - color contains mainly: red. Hex color #F88DE0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F88DE0 is #07721F. Grayscale: #B6B6B6. Windows color (decimal): -487968 or 14716408. OLE color: 14716408.

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

Color convert

RGB 248 141 224 -
CMYK 0 0.43 0.10 0.03
HSL 313.46º 0.88% 0.76% -
HSV(B) 313.46º 0.43% 0.97% -
XYZ 61.69 44.39 75.84 -
YUV 182.46 151.45 174.75 -
System Red Green Blue C M Y K H S L
Decimal 248 141 224 0 0.43 0.10 0.03 313.46 0.88 0.76
Hex F8 8D E0 0 2B A 3 139 58 4C
Octal 370 215 340 0 53 12 3 471 130 114
Binary 11111000 10001101 11100000 0 101011 1010 11 100111001 1011000 1001100

Color Harmonies of #F88DE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F88DE0

Black with #F88DE0

Text Example


Text Example

White with #F88DE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F88DE0; }

 p { color: rgb(248,141,224); }

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

background-color css

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

 a { background-color: rgb(248,141,224); }

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

border-color css

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

 span { border-color: rgb(248,141,224); }

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