#F7A5CA

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

Shades of Carnation Pink #F7A5CA

Tints of Carnation Pink #F7A5CA

Color information

#F7A5CA (or 0xF7A5CA) is unknown color: approx Carnation Pink. HEX triplet: F7, A5 and CA. RGB value is (247,165,202). Sum of RGB (Red+Green+Blue) = 247+165+202=614 (81% of max value = 765). Red value is 247 (96.88% from 255 or 40.23% from 614); Green value is 165 (64.84% from 255 or 26.87% from 614); Blue value is 202 (79.30% from 255 or 32.90% from 614); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A5CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F7A5CA is #085A35. Grayscale: #C1C1C1. Windows color (decimal): -547382 or 13280759. OLE color: 13280759.

HSL color Cylindrical-coordinate representation of color #F7A5CA: hue angle of 332.93º degrees, saturation: 0.84, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #F7A5CA is Cyan = 0, Magento = 0.33, Yellow = 0.18 and Black (K on CMYK) = 0.03.

Color convert

RGB247165202-
CMYK00.330.180.03
HSL332.93º83.67%80.78%-
HSV(B)332.93º33.2%96.86%-
XYZ62.4750.9562.42-
YUV193.74132.67165.99-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 40.23%
GREEN value IS 165 (64.84% from 255) = 26.87%
BLUE value IS 202 (79.30% from 255) = 32.90%
R=40.23%
G=26.87%
B=32.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.18
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24716520200.330.180.03332.9383.6780.78
HexF7A5CA02112314d5451
Octal367245312041223515124121
Binary1111011110100101110010100100001100101110100110110101001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7A5CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7A5CA; }

 p { color: rgb(247,165,202); }

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

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

 a { background-color: rgb(247,165,202); }

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

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

 span { border-color: rgb(247,165,202); }

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