#F9ACC1

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

Shades of Cupid #F9ACC1

Tints of Cupid #F9ACC1

Color information

#F9ACC1 (or 0xF9ACC1) is unknown color: approx Cupid. HEX triplet: F9, AC and C1. RGB value is (249,172,193). Sum of RGB (Red+Green+Blue) = 249+172+193=614 (81% of max value = 765). Red value is 249 (97.66% from 255 or 40.55% from 614); Green value is 172 (67.58% from 255 or 28.01% from 614); Blue value is 193 (75.78% from 255 or 31.43% from 614); Max value from RGB is 249 - color contains mainly: red. Hex color #F9ACC1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F9ACC1 is #06533E. Grayscale: #C5C5C5. Windows color (decimal): -414527 or 12692729. OLE color: 12692729.

HSL color Cylindrical-coordinate representation of color #F9ACC1: hue angle of 343.64º degrees, saturation: 0.87, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F9ACC1 is Cyan = 0, Magento = 0.31, Yellow = 0.22 and Black (K on CMYK) = 0.02.

Color convert

RGB249172193-
CMYK00.310.220.02
HSL343.64º86.52%82.55%-
HSV(B)343.64º30.92%97.65%-
XYZ63.4553.557.43-
YUV197.42125.51164.79-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 40.55%
GREEN value IS 172 (67.58% from 255) = 28.01%
BLUE value IS 193 (75.78% from 255) = 31.43%
R=40.55%
G=28.01%
B=31.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.22
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24917219300.310.220.02343.6486.5282.55
HexF9ACC101F1621585753
Octal371254301037262530127123
Binary111110011010110011000001011111101101010101100010101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9ACC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9ACC1; }

 p { color: rgb(249,172,193); }

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

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

 a { background-color: rgb(249,172,193); }

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

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

 span { border-color: rgb(249,172,193); }

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