#F08AE3

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

Shades of Pale Magenta #F08AE3

Tints of Pale Magenta #F08AE3

Color information

#F08AE3 (or 0xF08AE3) is unknown color: approx Pale Magenta. HEX triplet: F0, 8A and E3. RGB value is (240,138,227). Sum of RGB (Red+Green+Blue) = 240+138+227=605 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.67% from 605); Green value is 138 (54.30% from 255 or 22.81% from 605); Blue value is 227 (89.06% from 255 or 37.52% from 605); Max value from RGB is 240 - color contains mainly: red. Hex color #F08AE3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F08AE3 is #0F751C. Grayscale: #B2B2B2. Windows color (decimal): -1013021 or 14912240. OLE color: 14912240.

HSL color Cylindrical-coordinate representation of color #F08AE3: hue angle of 307.65º 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 #F08AE3 is Cyan = 0, Magento = 0.42, Yellow = 0.05 and Black (K on CMYK) = 0.06.

Color convert

RGB240138227-
CMYK00.420.050.06
HSL307.65º77.27%74.12%-
HSV(B)307.65º42.5%94.12%-
XYZ58.8942.2577.72-
YUV178.64155.29171.76-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 39.67%
GREEN value IS 138 (54.30% from 255) = 22.81%
BLUE value IS 227 (89.06% from 255) = 37.52%
R=39.67%
G=22.81%
B=37.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.05
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24013822700.420.050.06307.6577.2774.12
HexF08AE302A561344d4a
Octal36021234305256464115112
Binary111100001000101011100011010101010111010011010010011011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F08AE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F08AE3; }

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

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

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

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

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

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

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

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