#F88BD6

Color #F88BD6 Pale Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Magenta #F88BD6

Tints of Pale Magenta #F88BD6

Color information

#F88BD6 (or 0xF88BD6) is unknown color: approx Pale Magenta. HEX triplet: F8, 8B and D6. RGB value is (248,139,214). Sum of RGB (Red+Green+Blue) = 248+139+214=601 (79% of max value = 765). Red value is 248 (97.27% from 255 or 41.26% from 601); Green value is 139 (54.69% from 255 or 23.13% from 601); Blue value is 214 (83.98% from 255 or 35.61% from 601); Max value from RGB is 248 - color contains mainly: red. Hex color #F88BD6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F88BD6 is #077429. Grayscale: #B3B3B3. Windows color (decimal): -488490 or 14060536. OLE color: 14060536.

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

Color convert

RGB248139214-
CMYK00.440.140.03
HSL318.72º88.62%75.88%-
HSV(B)318.72º43.95%97.25%-
XYZ60.0843.2868.8-
YUV180.14147.11176.4-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 41.26%
GREEN value IS 139 (54.69% from 255) = 23.13%
BLUE value IS 214 (83.98% from 255) = 35.61%
R=41.26%
G=23.13%
B=35.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.14
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24813921400.440.140.03318.7288.6275.88
HexF88BD602CE313f594c
Octal370213326054163477131114
Binary111110001000101111010110010110011101110011111110110011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F88BD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F88BD6; }

 p { color: rgb(248,139,214); }

 H1.HeaderClassName
 {
   color: #F88BD6;
 }
 .AnyTagClassName
 {
   color: #F88BD6;
 }
</style>
background-color css

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

 a { background-color: rgb(248,139,214); }

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

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

 span { border-color: rgb(248,139,214); }

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