#F2A2C5

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

Shades of Carnation Pink #F2A2C5

Tints of Carnation Pink #F2A2C5

Color information

#F2A2C5 (or 0xF2A2C5) is unknown color: approx Carnation Pink. HEX triplet: F2, A2 and C5. RGB value is (242,162,197). Sum of RGB (Red+Green+Blue) = 242+162+197=601 (79% of max value = 765). Red value is 242 (94.92% from 255 or 40.27% from 601); Green value is 162 (63.67% from 255 or 26.96% from 601); Blue value is 197 (77.34% from 255 or 32.78% from 601); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A2C5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F2A2C5 is #0D5D3A. Grayscale: #BDBDBD. Windows color (decimal): -875835 or 12952306. OLE color: 12952306.

HSL color Cylindrical-coordinate representation of color #F2A2C5: hue angle of 333.75º degrees, saturation: 0.75, 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 #F2A2C5 is Cyan = 0, Magento = 0.33, Yellow = 0.19 and Black (K on CMYK) = 0.05.

Color convert

RGB242162197-
CMYK00.330.190.05
HSL333.75º75.47%79.22%-
HSV(B)333.75º33.06%94.9%-
XYZ59.6248.7559.09-
YUV189.91132165.15-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 40.27%
GREEN value IS 162 (63.67% from 255) = 26.96%
BLUE value IS 197 (77.34% from 255) = 32.78%
R=40.27%
G=26.96%
B=32.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.19
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24216219700.330.190.05333.7575.4779.22
HexF2A2C502113514e4b4f
Octal362242305041235516113117
Binary11110010101000101100010101000011001110110100111010010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2A2C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2A2C5; }

 p { color: rgb(242,162,197); }

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

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

 a { background-color: rgb(242,162,197); }

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

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

 span { border-color: rgb(242,162,197); }

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