#F06A9C

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

Shades of Pale Violet Red #F06A9C

Tints of Pale Violet Red #F06A9C

Color information

#F06A9C (or 0xF06A9C) is unknown color: approx Pale Violet Red. HEX triplet: F0, 6A and 9C. RGB value is (240,106,156). Sum of RGB (Red+Green+Blue) = 240+106+156=502 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.81% from 502); Green value is 106 (41.80% from 255 or 21.12% from 502); Blue value is 156 (61.33% from 255 or 31.08% from 502); Max value from RGB is 240 - color contains mainly: red. Hex color #F06A9C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F06A9C is #0F9563. Grayscale: #979797. Windows color (decimal): -1021284 or 10250992. OLE color: 10250992.

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

Color convert

RGB240106156-
CMYK00.560.350.06
HSL337.61º81.71%67.84%-
HSV(B)337.61º55.83%94.12%-
XYZ47.0931.2335-
YUV151.77130.39190.93-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 47.81%
GREEN value IS 106 (41.80% from 255) = 21.12%
BLUE value IS 156 (61.33% from 255) = 31.08%
R=47.81%
G=21.12%
B=31.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.35
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24010615600.560.350.06337.6181.7167.84
HexF06A9C0382361525244
Octal360152234070436522122104
Binary11110000110101010011100011100010001111010101001010100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F06A9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F06A9C; }

 p { color: rgb(240,106,156); }

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

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

 a { background-color: rgb(240,106,156); }

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

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

 span { border-color: rgb(240,106,156); }

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