#F1A9B8

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

Shades of Cupid #F1A9B8

Tints of Cupid #F1A9B8

Color information

#F1A9B8 (or 0xF1A9B8) is unknown color: approx Cupid. HEX triplet: F1, A9 and B8. RGB value is (241,169,184). Sum of RGB (Red+Green+Blue) = 241+169+184=594 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.57% from 594); Green value is 169 (66.41% from 255 or 28.45% from 594); Blue value is 184 (72.27% from 255 or 30.98% from 594); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A9B8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F1A9B8 is #0E5647. Grayscale: #C0C0C0. Windows color (decimal): -939592 or 12102129. OLE color: 12102129.

HSL color Cylindrical-coordinate representation of color #F1A9B8: hue angle of 347.5º degrees, saturation: 0.72, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F1A9B8 is Cyan = 0, Magento = 0.30, Yellow = 0.24 and Black (K on CMYK) = 0.05.

Color convert

RGB241169184-
CMYK00.300.240.05
HSL347.5º72%80.39%-
HSV(B)347.5º29.88%94.51%-
XYZ59.1250.5451.99-
YUV192.24123.35162.78-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 40.57%
GREEN value IS 169 (66.41% from 255) = 28.45%
BLUE value IS 184 (72.27% from 255) = 30.98%
R=40.57%
G=28.45%
B=30.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.24
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24116918400.300.240.05347.57280.39
HexF1A9B801E18515c4850
Octal361251270036305534110120
Binary1111000110101001101110000111101100010110101110010010001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1A9B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1A9B8; }

 p { color: rgb(241,169,184); }

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

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

 a { background-color: rgb(241,169,184); }

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

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

 span { border-color: rgb(241,169,184); }

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