#F59DC4

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

Shades of Carnation Pink #F59DC4

Tints of Carnation Pink #F59DC4

Color information

#F59DC4 (or 0xF59DC4) is unknown color: approx Carnation Pink. HEX triplet: F5, 9D and C4. RGB value is (245,157,196). Sum of RGB (Red+Green+Blue) = 245+157+196=598 (79% of max value = 765). Red value is 245 (96.09% from 255 or 40.97% from 598); Green value is 157 (61.72% from 255 or 26.25% from 598); Blue value is 196 (76.95% from 255 or 32.78% from 598); Max value from RGB is 245 - color contains mainly: red. Hex color #F59DC4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F59DC4 is #0A623B. Grayscale: #BBBBBB. Windows color (decimal): -680508 or 12885493. OLE color: 12885493.

HSL color Cylindrical-coordinate representation of color #F59DC4: hue angle of 333.41º degrees, saturation: 0.81, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F59DC4 is Cyan = 0, Magento = 0.36, Yellow = 0.2 and Black (K on CMYK) = 0.04.

Color convert

RGB245157196-
CMYK00.360.20.04
HSL333.41º81.48%78.82%-
HSV(B)333.41º35.92%96.08%-
XYZ59.6847.5158.25-
YUV187.76132.65168.83-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 40.97%
GREEN value IS 157 (61.72% from 255) = 26.25%
BLUE value IS 196 (76.95% from 255) = 32.78%
R=40.97%
G=26.25%
B=32.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.2
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24515719600.360.20.04333.4181.4878.82
HexF59DC402414414d514f
Octal365235304044244515121117
Binary11110101100111011100010001001001010010010100110110100011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F59DC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F59DC4; }

 p { color: rgb(245,157,196); }

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

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

 a { background-color: rgb(245,157,196); }

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

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

 span { border-color: rgb(245,157,196); }

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