#F095E6

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

Shades of Pale Magenta #F095E6

Tints of Pale Magenta #F095E6

Color information

#F095E6 (or 0xF095E6) is unknown color: approx Pale Magenta. HEX triplet: F0, 95 and E6. RGB value is (240,149,230). Sum of RGB (Red+Green+Blue) = 240+149+230=619 (81% of max value = 765). Red value is 240 (94.14% from 255 or 38.77% from 619); Green value is 149 (58.59% from 255 or 24.07% from 619); Blue value is 230 (90.23% from 255 or 37.16% from 619); Max value from RGB is 240 - color contains mainly: red. Hex color #F095E6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F095E6 is #0F6A19. Grayscale: #B9B9B9. Windows color (decimal): -1010202 or 15111664. OLE color: 15111664.

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

Color convert

RGB240149230-
CMYK00.380.040.06
HSL306.59º75.21%76.27%-
HSV(B)306.59º37.92%94.12%-
XYZ60.9745.7380.48-
YUV185.44153.15166.91-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 38.77%
GREEN value IS 149 (58.59% from 255) = 24.07%
BLUE value IS 230 (90.23% from 255) = 37.16%
R=38.77%
G=24.07%
B=37.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.04
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24014923000.380.040.06306.5975.2176.27
HexF095E6026461334b4c
Octal36022534604646463113114
Binary111100001001010111100110010011010011010011001110010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F095E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F095E6; }

 p { color: rgb(240,149,230); }

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

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

 a { background-color: rgb(240,149,230); }

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

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

 span { border-color: rgb(240,149,230); }

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