#F59ACF

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

Shades of Carnation Pink #F59ACF

Tints of Carnation Pink #F59ACF

Color information

#F59ACF (or 0xF59ACF) is unknown color: approx Carnation Pink. HEX triplet: F5, 9A and CF. RGB value is (245,154,207). Sum of RGB (Red+Green+Blue) = 245+154+207=606 (80% of max value = 765). Red value is 245 (96.09% from 255 or 40.43% from 606); Green value is 154 (60.55% from 255 or 25.41% from 606); Blue value is 207 (81.25% from 255 or 34.16% from 606); Max value from RGB is 245 - color contains mainly: red. Hex color #F59ACF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F59ACF is #0A6530. Grayscale: #BBBBBB. Windows color (decimal): -681265 or 13605621. OLE color: 13605621.

HSL color Cylindrical-coordinate representation of color #F59ACF: hue angle of 325.05º 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 #F59ACF is Cyan = 0, Magento = 0.37, Yellow = 0.16 and Black (K on CMYK) = 0.04.

Color convert

RGB245154207-
CMYK00.370.160.04
HSL325.05º81.98%78.24%-
HSV(B)325.05º37.14%96.08%-
XYZ60.4747.0364.92-
YUV187.25139.15169.19-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 40.43%
GREEN value IS 154 (60.55% from 255) = 25.41%
BLUE value IS 207 (81.25% from 255) = 34.16%
R=40.43%
G=25.41%
B=34.16%

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
Decimal24515420700.370.160.04325.0581.9878.24
HexF59ACF025104145524e
Octal365232317045204505122116
Binary11110101100110101100111101001011000010010100010110100101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F59ACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F59ACF; }

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

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

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

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

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

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

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

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