#F3A1CA

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

Shades of Carnation Pink #F3A1CA

Tints of Carnation Pink #F3A1CA

Color information

#F3A1CA (or 0xF3A1CA) is unknown color: approx Carnation Pink. HEX triplet: F3, A1 and CA. RGB value is (243,161,202). Sum of RGB (Red+Green+Blue) = 243+161+202=606 (80% of max value = 765). Red value is 243 (95.31% from 255 or 40.10% from 606); Green value is 161 (63.28% from 255 or 26.57% from 606); Blue value is 202 (79.30% from 255 or 33.33% from 606); Max value from RGB is 243 - color contains mainly: red. Hex color #F3A1CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F3A1CA is #0C5E35. Grayscale: #BEBEBE. Windows color (decimal): -810550 or 13279731. OLE color: 13279731.

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

Color convert

RGB243161202-
CMYK00.340.170.05
HSL330º77.36%79.22%-
HSV(B)330º33.74%95.29%-
XYZ60.3748.8162.12-
YUV190.19134.67165.67-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 40.10%
GREEN value IS 161 (63.28% from 255) = 26.57%
BLUE value IS 202 (79.30% from 255) = 33.33%
R=40.10%
G=26.57%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.17
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24316120200.340.170.0533077.3679.22
HexF3A1CA02211514a4d4f
Octal363241312042215512115117
Binary11110011101000011100101001000101000110110100101010011011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3A1CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3A1CA; }

 p { color: rgb(243,161,202); }

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

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

 a { background-color: rgb(243,161,202); }

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

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

 span { border-color: rgb(243,161,202); }

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