Html Css Color HEX #F88ADE Pale Magenta

📋 copy color: '#F88ADE'

red 248 ◦ green 138 ◦ blue 222

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

Shades of Pale Magenta #F88ADE

Tints of Pale Magenta #F88ADE

RGB

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

 GREEN value IS 138 (54.3% from 255) = 22.7%

 BLUE value IS 222 (87.11% from 255) = 36.51%

R = 40.79%
G = 22.7%
B = 36.51%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.10

 K value IS 0.03

RGB Variations

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

Color information

#F88ADE (or 0xF88ADE) is known color: Pale Magenta. HEX triplet: F8, 8A and DE. RGB value is (248,138,222). Sum of RGB (Red+Green+Blue) = 248+138+222=608 (80% of max value = 765). Red value is 248 (97.27% from 255 or 40.79% from 608); Green value is 138 (54.30% from 255 or 22.70% from 608); Blue value is 222 (87.11% from 255 or 36.51% from 608); Max value from RGB is 248 - color contains mainly: red. Hex color #F88ADE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F88ADE is #077521. Grayscale: #B4B4B4. Windows color (decimal): -488738 or 14584568. OLE color: 14584568.

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

Color convert

RGB 248 138 222 -
CMYK 0 0.44 0.10 0.03
HSL 314.18º 0.89% 0.76% -
HSV(B) 314.18º 0.44% 0.97% -
XYZ 60.98 43.41 74.27 -
YUV 180.47 151.44 176.17 -
System Red Green Blue C M Y K H S L
Decimal 248 138 222 0 0.44 0.10 0.03 314.18 0.89 0.76
Hex F8 8A DE 0 2C A 3 13A 59 4C
Octal 370 212 336 0 54 12 3 472 131 114
Binary 11111000 10001010 11011110 0 101100 1010 11 100111010 1011001 1001100

Color Harmonies of #F88ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F88ADE

Black with #F88ADE

Text Example


Text Example

White with #F88ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F88ADE; }

 p { color: rgb(248,138,222); }

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

background-color css

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

 a { background-color: rgb(248,138,222); }

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

border-color css

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

 span { border-color: rgb(248,138,222); }

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