#F7A3C1

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

Shades of Carnation Pink #F7A3C1

Tints of Carnation Pink #F7A3C1

Color information

#F7A3C1 (or 0xF7A3C1) is unknown color: approx Carnation Pink. HEX triplet: F7, A3 and C1. RGB value is (247,163,193). Sum of RGB (Red+Green+Blue) = 247+163+193=603 (79% of max value = 765). Red value is 247 (96.88% from 255 or 40.96% from 603); Green value is 163 (64.06% from 255 or 27.03% from 603); Blue value is 193 (75.78% from 255 or 32.01% from 603); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A3C1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F7A3C1 is #085C3E. Grayscale: #BFBFBF. Windows color (decimal): -547903 or 12690423. OLE color: 12690423.

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

Color convert

RGB247163193-
CMYK00.340.220.03
HSL338.57º84%80.39%-
HSV(B)338.57º34.01%96.86%-
XYZ61.0849.8256.85-
YUV191.54128.83167.56-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 40.96%
GREEN value IS 163 (64.06% from 255) = 27.03%
BLUE value IS 193 (75.78% from 255) = 32.01%
R=40.96%
G=27.03%
B=32.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.22
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24716319300.340.220.03338.578480.39
HexF7A3C10221631535450
Octal367243301042263523124120
Binary1111011110100011110000010100010101101110101001110101001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7A3C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7A3C1; }

 p { color: rgb(247,163,193); }

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

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

 a { background-color: rgb(247,163,193); }

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

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

 span { border-color: rgb(247,163,193); }

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