#F3A2C7

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

Shades of Carnation Pink #F3A2C7

Tints of Carnation Pink #F3A2C7

Color information

#F3A2C7 (or 0xF3A2C7) is unknown color: approx Carnation Pink. HEX triplet: F3, A2 and C7. RGB value is (243,162,199). Sum of RGB (Red+Green+Blue) = 243+162+199=604 (80% of max value = 765). Red value is 243 (95.31% from 255 or 40.23% from 604); Green value is 162 (63.67% from 255 or 26.82% from 604); Blue value is 199 (78.12% from 255 or 32.95% from 604); Max value from RGB is 243 - color contains mainly: red. Hex color #F3A2C7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F3A2C7 is #0C5D38. Grayscale: #BEBEBE. Windows color (decimal): -810297 or 13083379. OLE color: 13083379.

HSL color Cylindrical-coordinate representation of color #F3A2C7: hue angle of 332.59º degrees, saturation: 0.77, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #F3A2C7 is Cyan = 0, Magento = 0.33, Yellow = 0.18 and Black (K on CMYK) = 0.05.

Color convert

RGB243162199-
CMYK00.330.180.05
HSL332.59º77.14%79.41%-
HSV(B)332.59º33.33%95.29%-
XYZ60.1949.0260.32-
YUV190.44132.84165.49-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 40.23%
GREEN value IS 162 (63.67% from 255) = 26.82%
BLUE value IS 199 (78.12% from 255) = 32.95%
R=40.23%
G=26.82%
B=32.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.18
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24316219900.330.180.05332.5977.1479.41
HexF3A2C702112514d4d4f
Octal363242307041225515115117
Binary11110011101000101100011101000011001010110100110110011011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3A2C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3A2C7; }

 p { color: rgb(243,162,199); }

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

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

 a { background-color: rgb(243,162,199); }

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

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

 span { border-color: rgb(243,162,199); }

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