#F59ACE

Color #F59ACE Carnation Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Carnation Pink #F59ACE

Tints of Carnation Pink #F59ACE

Color information

#F59ACE (or 0xF59ACE) is unknown color: approx Carnation Pink. HEX triplet: F5, 9A and CE. RGB value is (245,154,206). Sum of RGB (Red+Green+Blue) = 245+154+206=605 (80% of max value = 765). Red value is 245 (96.09% from 255 or 40.50% from 605); Green value is 154 (60.55% from 255 or 25.45% from 605); Blue value is 206 (80.86% from 255 or 34.05% from 605); Max value from RGB is 245 - color contains mainly: red. Hex color #F59ACE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F59ACE is #0A6531. Grayscale: #BBBBBB. Windows color (decimal): -681266 or 13540085. OLE color: 13540085.

HSL color Cylindrical-coordinate representation of color #F59ACE: hue angle of 325.71º degrees, saturation: 0.82, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F59ACE is Cyan = 0, Magento = 0.37, Yellow = 0.16 and Black (K on CMYK) = 0.04.

Color convert

RGB245154206-
CMYK00.370.160.04
HSL325.71º81.98%78.24%-
HSV(B)325.71º37.14%96.08%-
XYZ60.3546.9864.28-
YUV187.14138.65169.27-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 40.50%
GREEN value IS 154 (60.55% from 255) = 25.45%
BLUE value IS 206 (80.86% from 255) = 34.05%
R=40.50%
G=25.45%
B=34.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.16
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24515420600.370.160.04325.7181.9878.24
HexF59ACE025104146524e
Octal365232316045204506122116
Binary11110101100110101100111001001011000010010100011010100101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F59ACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F59ACE; }

 p { color: rgb(245,154,206); }

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

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

 a { background-color: rgb(245,154,206); }

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

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

 span { border-color: rgb(245,154,206); }

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