#F08AD7

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

Shades of Pale Magenta #F08AD7

Tints of Pale Magenta #F08AD7

Color information

#F08AD7 (or 0xF08AD7) is unknown color: approx Pale Magenta. HEX triplet: F0, 8A and D7. RGB value is (240,138,215). Sum of RGB (Red+Green+Blue) = 240+138+215=593 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.47% from 593); Green value is 138 (54.30% from 255 or 23.27% from 593); Blue value is 215 (84.38% from 255 or 36.26% from 593); Max value from RGB is 240 - color contains mainly: red. Hex color #F08AD7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F08AD7 is #0F7528. Grayscale: #B1B1B1. Windows color (decimal): -1013033 or 14125808. OLE color: 14125808.

HSL color Cylindrical-coordinate representation of color #F08AD7: hue angle of 314.71º degrees, saturation: 0.77, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F08AD7 is Cyan = 0, Magento = 0.42, Yellow = 0.10 and Black (K on CMYK) = 0.06.

Color convert

RGB240138215-
CMYK00.420.100.06
HSL314.71º77.27%74.12%-
HSV(B)314.71º42.5%94.12%-
XYZ57.2941.6169.3-
YUV177.28149.29172.74-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 40.47%
GREEN value IS 138 (54.30% from 255) = 23.27%
BLUE value IS 215 (84.38% from 255) = 36.26%
R=40.47%
G=23.27%
B=36.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.10
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24013821500.420.100.06314.7177.2774.12
HexF08AD702AA613b4d4a
Octal360212327052126473115112
Binary1111000010001010110101110101010101011010011101110011011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F08AD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F08AD7; }

 p { color: rgb(240,138,215); }

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

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

 a { background-color: rgb(240,138,215); }

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

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

 span { border-color: rgb(240,138,215); }

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