#F06E9D

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

Shades of Pale Violet Red #F06E9D

Tints of Pale Violet Red #F06E9D

Color information

#F06E9D (or 0xF06E9D) is unknown color: approx Pale Violet Red. HEX triplet: F0, 6E and 9D. RGB value is (240,110,157). Sum of RGB (Red+Green+Blue) = 240+110+157=507 (67% of max value = 765). Red value is 240 (94.14% from 255 or 47.34% from 507); Green value is 110 (43.36% from 255 or 21.70% from 507); Blue value is 157 (61.72% from 255 or 30.97% from 507); Max value from RGB is 240 - color contains mainly: red. Hex color #F06E9D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F06E9D is #0F9162. Grayscale: #9A9A9A. Windows color (decimal): -1020259 or 10317552. OLE color: 10317552.

HSL color Cylindrical-coordinate representation of color #F06E9D: hue angle of 338.31º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F06E9D is Cyan = 0, Magento = 0.54, Yellow = 0.35 and Black (K on CMYK) = 0.06.

Color convert

RGB240110157-
CMYK00.540.350.06
HSL338.31º81.25%68.63%-
HSV(B)338.31º54.17%94.12%-
XYZ47.632.1135.59-
YUV154.23129.57189.18-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 47.34%
GREEN value IS 110 (43.36% from 255) = 21.70%
BLUE value IS 157 (61.72% from 255) = 30.97%
R=47.34%
G=21.70%
B=30.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.35
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24011015700.540.350.06338.3181.2568.63
HexF06E9D0362361525145
Octal360156235066436522121105
Binary11110000110111010011101011011010001111010101001010100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F06E9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F06E9D; }

 p { color: rgb(240,110,157); }

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

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

 a { background-color: rgb(240,110,157); }

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

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

 span { border-color: rgb(240,110,157); }

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