#F08FE3

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

Shades of Pale Magenta #F08FE3

Tints of Pale Magenta #F08FE3

Color information

#F08FE3 (or 0xF08FE3) is unknown color: approx Pale Magenta. HEX triplet: F0, 8F and E3. RGB value is (240,143,227). Sum of RGB (Red+Green+Blue) = 240+143+227=610 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.34% from 610); Green value is 143 (56.25% from 255 or 23.44% from 610); Blue value is 227 (89.06% from 255 or 37.21% from 610); Max value from RGB is 240 - color contains mainly: red. Hex color #F08FE3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F08FE3 is #0F701C. Grayscale: #B5B5B5. Windows color (decimal): -1011741 or 14913520. OLE color: 14913520.

HSL color Cylindrical-coordinate representation of color #F08FE3: hue angle of 308.04º degrees, saturation: 0.76, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F08FE3 is Cyan = 0, Magento = 0.40, Yellow = 0.05 and Black (K on CMYK) = 0.06.

Color convert

RGB240143227-
CMYK00.400.050.06
HSL308.04º76.38%75.1%-
HSV(B)308.04º40.42%94.12%-
XYZ59.6243.7277.97-
YUV181.58153.64169.67-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 39.34%
GREEN value IS 143 (56.25% from 255) = 23.44%
BLUE value IS 227 (89.06% from 255) = 37.21%
R=39.34%
G=23.44%
B=37.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.05
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24014322700.400.050.06308.0476.3875.1
HexF08FE3028561344c4b
Octal36021734305056464114113
Binary111100001000111111100011010100010111010011010010011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F08FE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F08FE3; }

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

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

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

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

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

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

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

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