#F2ACC1

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

Shades of Cupid #F2ACC1

Tints of Cupid #F2ACC1

Color information

#F2ACC1 (or 0xF2ACC1) is unknown color: approx Cupid. HEX triplet: F2, AC and C1. RGB value is (242,172,193). Sum of RGB (Red+Green+Blue) = 242+172+193=607 (80% of max value = 765). Red value is 242 (94.92% from 255 or 39.87% from 607); Green value is 172 (67.58% from 255 or 28.34% from 607); Blue value is 193 (75.78% from 255 or 31.80% from 607); Max value from RGB is 242 - color contains mainly: red. Hex color #F2ACC1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F2ACC1 is #0D533E. Grayscale: #C3C3C3. Windows color (decimal): -873279 or 12692722. OLE color: 12692722.

HSL color Cylindrical-coordinate representation of color #F2ACC1: hue angle of 342º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F2ACC1 is Cyan = 0, Magento = 0.29, Yellow = 0.20 and Black (K on CMYK) = 0.05.

Color convert

RGB242172193-
CMYK00.290.200.05
HSL342º72.92%81.18%-
HSV(B)342º28.93%94.9%-
XYZ6152.2357.32-
YUV195.32126.69161.29-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 39.87%
GREEN value IS 172 (67.58% from 255) = 28.34%
BLUE value IS 193 (75.78% from 255) = 31.80%
R=39.87%
G=28.34%
B=31.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.20
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24217219300.290.200.0534272.9281.18
HexF2ACC101D1451564951
Octal362254301035245526111121
Binary1111001010101100110000010111011010010110101011010010011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2ACC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2ACC1; }

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

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

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

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

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

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

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

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