#F4A8B9

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

Shades of Cupid #F4A8B9

Tints of Cupid #F4A8B9

Color information

#F4A8B9 (or 0xF4A8B9) is unknown color: approx Cupid. HEX triplet: F4, A8 and B9. RGB value is (244,168,185). Sum of RGB (Red+Green+Blue) = 244+168+185=597 (79% of max value = 765). Red value is 244 (95.70% from 255 or 40.87% from 597); Green value is 168 (66.02% from 255 or 28.14% from 597); Blue value is 185 (72.66% from 255 or 30.99% from 597); Max value from RGB is 244 - color contains mainly: red. Hex color #F4A8B9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F4A8B9 is #0B5746. Grayscale: #C0C0C0. Windows color (decimal): -743239 or 12167412. OLE color: 12167412.

HSL color Cylindrical-coordinate representation of color #F4A8B9: hue angle of 346.58º degrees, saturation: 0.78, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F4A8B9 is Cyan = 0, Magento = 0.31, Yellow = 0.24 and Black (K on CMYK) = 0.04.

Color convert

RGB244168185-
CMYK00.310.240.04
HSL346.58º77.55%80.78%-
HSV(B)346.58º31.15%95.69%-
XYZ60.0750.7452.53-
YUV192.66123.68164.62-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 40.87%
GREEN value IS 168 (66.02% from 255) = 28.14%
BLUE value IS 185 (72.66% from 255) = 30.99%
R=40.87%
G=28.14%
B=30.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.24
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24416818500.310.240.04346.5877.5580.78
HexF4A8B901F18415b4e51
Octal364250271037304533116121
Binary1111010010101000101110010111111100010010101101110011101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4A8B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4A8B9; }

 p { color: rgb(244,168,185); }

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

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

 a { background-color: rgb(244,168,185); }

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

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

 span { border-color: rgb(244,168,185); }

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