#F7A2C4

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

Shades of Carnation Pink #F7A2C4

Tints of Carnation Pink #F7A2C4

Color information

#F7A2C4 (or 0xF7A2C4) is unknown color: approx Carnation Pink. HEX triplet: F7, A2 and C4. RGB value is (247,162,196). Sum of RGB (Red+Green+Blue) = 247+162+196=605 (80% of max value = 765). Red value is 247 (96.88% from 255 or 40.83% from 605); Green value is 162 (63.67% from 255 or 26.78% from 605); Blue value is 196 (76.95% from 255 or 32.40% from 605); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A2C4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F7A2C4 is #085D3B. Grayscale: #BFBFBF. Windows color (decimal): -548156 or 12886775. OLE color: 12886775.

HSL color Cylindrical-coordinate representation of color #F7A2C4: hue angle of 336º 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 #F7A2C4 is Cyan = 0, Magento = 0.34, Yellow = 0.21 and Black (K on CMYK) = 0.03.

Color convert

RGB247162196-
CMYK00.340.210.03
HSL336º84.16%80.2%-
HSV(B)336º34.41%96.86%-
XYZ61.2449.658.57-
YUV191.29130.66167.74-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 40.83%
GREEN value IS 162 (63.67% from 255) = 26.78%
BLUE value IS 196 (76.95% from 255) = 32.40%
R=40.83%
G=26.78%
B=32.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.21
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24716219600.340.210.0333684.1680.2
HexF7A2C40221531505450
Octal367242304042253520124120
Binary1111011110100010110001000100010101011110101000010101001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7A2C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7A2C4; }

 p { color: rgb(247,162,196); }

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

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

 a { background-color: rgb(247,162,196); }

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

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

 span { border-color: rgb(247,162,196); }

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