#F2A5CA

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

Shades of Carnation Pink #F2A5CA

Tints of Carnation Pink #F2A5CA

Color information

#F2A5CA (or 0xF2A5CA) is unknown color: approx Carnation Pink. HEX triplet: F2, A5 and CA. RGB value is (242,165,202). Sum of RGB (Red+Green+Blue) = 242+165+202=609 (80% of max value = 765). Red value is 242 (94.92% from 255 or 39.74% from 609); Green value is 165 (64.84% from 255 or 27.09% from 609); Blue value is 202 (79.30% from 255 or 33.17% from 609); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A5CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F2A5CA is #0D5A35. Grayscale: #C0C0C0. Windows color (decimal): -875062 or 13280754. OLE color: 13280754.

HSL color Cylindrical-coordinate representation of color #F2A5CA: hue angle of 331.17º degrees, saturation: 0.75, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #F2A5CA is Cyan = 0, Magento = 0.32, Yellow = 0.17 and Black (K on CMYK) = 0.05.

Color convert

RGB242165202-
CMYK00.320.170.05
HSL331.17º74.76%79.8%-
HSV(B)331.17º31.82%94.9%-
XYZ60.7350.0562.34-
YUV192.24133.51163.49-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 39.74%
GREEN value IS 165 (64.84% from 255) = 27.09%
BLUE value IS 202 (79.30% from 255) = 33.17%
R=39.74%
G=27.09%
B=33.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.17
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24216520200.320.170.05331.1774.7679.8
HexF2A5CA02011514b4b50
Octal362245312040215513113120
Binary11110010101001011100101001000001000110110100101110010111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2A5CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2A5CA; }

 p { color: rgb(242,165,202); }

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

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

 a { background-color: rgb(242,165,202); }

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

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

 span { border-color: rgb(242,165,202); }

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