#F2A1C8

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

Shades of Carnation Pink #F2A1C8

Tints of Carnation Pink #F2A1C8

Color information

#F2A1C8 (or 0xF2A1C8) is unknown color: approx Carnation Pink. HEX triplet: F2, A1 and C8. RGB value is (242,161,200). Sum of RGB (Red+Green+Blue) = 242+161+200=603 (79% of max value = 765). Red value is 242 (94.92% from 255 or 40.13% from 603); Green value is 161 (63.28% from 255 or 26.70% from 603); Blue value is 200 (78.52% from 255 or 33.17% from 603); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A1C8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F2A1C8 is #0D5E37. Grayscale: #BDBDBD. Windows color (decimal): -876088 or 13148658. OLE color: 13148658.

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

Color convert

RGB242161200-
CMYK00.330.170.05
HSL331.11º75.7%79.02%-
HSV(B)331.11º33.47%94.9%-
XYZ59.7948.5460.86-
YUV189.67133.84165.33-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 40.13%
GREEN value IS 161 (63.28% from 255) = 26.70%
BLUE value IS 200 (78.52% from 255) = 33.17%
R=40.13%
G=26.70%
B=33.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.17
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24216120000.330.170.05331.1175.779.02
HexF2A1C802111514b4c4f
Octal362241310041215513114117
Binary11110010101000011100100001000011000110110100101110011001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2A1C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2A1C8; }

 p { color: rgb(242,161,200); }

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

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

 a { background-color: rgb(242,161,200); }

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

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

 span { border-color: rgb(242,161,200); }

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