#F7A4CA

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

Shades of Carnation Pink #F7A4CA

Tints of Carnation Pink #F7A4CA

Color information

#F7A4CA (or 0xF7A4CA) is unknown color: approx Carnation Pink. HEX triplet: F7, A4 and CA. RGB value is (247,164,202). Sum of RGB (Red+Green+Blue) = 247+164+202=613 (81% of max value = 765). Red value is 247 (96.88% from 255 or 40.29% from 613); Green value is 164 (64.45% from 255 or 26.75% from 613); Blue value is 202 (79.30% from 255 or 32.95% from 613); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A4CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F7A4CA is #085B35. Grayscale: #C1C1C1. Windows color (decimal): -547638 or 13280503. OLE color: 13280503.

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

Color convert

RGB247164202-
CMYK00.340.180.03
HSL332.53º83.84%80.59%-
HSV(B)332.53º33.6%96.86%-
XYZ62.2950.5962.36-
YUV193.15133166.41-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 40.29%
GREEN value IS 164 (64.45% from 255) = 26.75%
BLUE value IS 202 (79.30% from 255) = 32.95%
R=40.29%
G=26.75%
B=32.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.18
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24716420200.340.180.03332.5383.8480.59
HexF7A4CA02212314d5451
Octal367244312042223515124121
Binary1111011110100100110010100100010100101110100110110101001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7A4CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7A4CA; }

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

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

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

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

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

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

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

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