#F4A0CA

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

Shades of Carnation Pink #F4A0CA

Tints of Carnation Pink #F4A0CA

Color information

#F4A0CA (or 0xF4A0CA) is unknown color: approx Carnation Pink. HEX triplet: F4, A0 and CA. RGB value is (244,160,202). Sum of RGB (Red+Green+Blue) = 244+160+202=606 (80% of max value = 765). Red value is 244 (95.70% from 255 or 40.26% from 606); Green value is 160 (62.89% from 255 or 26.40% from 606); Blue value is 202 (79.30% from 255 or 33.33% from 606); Max value from RGB is 244 - color contains mainly: red. Hex color #F4A0CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F4A0CA is #0B5F35. Grayscale: #BDBDBD. Windows color (decimal): -745270 or 13279476. OLE color: 13279476.

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

Color convert

RGB244160202-
CMYK00.340.170.04
HSL330º79.25%79.22%-
HSV(B)330º34.43%95.69%-
XYZ60.5448.6462.07-
YUV189.9134.83166.58-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 40.26%
GREEN value IS 160 (62.89% from 255) = 26.40%
BLUE value IS 202 (79.30% from 255) = 33.33%
R=40.26%
G=26.40%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.17
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24416020200.340.170.0433079.2579.22
HexF4A0CA02211414a4f4f
Octal364240312042214512117117
Binary11110100101000001100101001000101000110010100101010011111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4A0CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4A0CA; }

 p { color: rgb(244,160,202); }

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

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

 a { background-color: rgb(244,160,202); }

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

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

 span { border-color: rgb(244,160,202); }

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