#F3A8BE

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

Shades of Cupid #F3A8BE

Tints of Cupid #F3A8BE

Color information

#F3A8BE (or 0xF3A8BE) is unknown color: approx Cupid. HEX triplet: F3, A8 and BE. RGB value is (243,168,190). Sum of RGB (Red+Green+Blue) = 243+168+190=601 (79% of max value = 765). Red value is 243 (95.31% from 255 or 40.43% from 601); Green value is 168 (66.02% from 255 or 27.95% from 601); Blue value is 190 (74.61% from 255 or 31.61% from 601); Max value from RGB is 243 - color contains mainly: red. Hex color #F3A8BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F3A8BE is #0C5741. Grayscale: #C0C0C0. Windows color (decimal): -808770 or 12495091. OLE color: 12495091.

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

Color convert

RGB243168190-
CMYK00.310.220.05
HSL342.4º75.76%80.59%-
HSV(B)342.4º30.86%95.29%-
XYZ60.2650.7855.34-
YUV192.93126.35163.71-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 40.43%
GREEN value IS 168 (66.02% from 255) = 27.95%
BLUE value IS 190 (74.61% from 255) = 31.61%
R=40.43%
G=27.95%
B=31.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.22
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24316819000.310.220.05342.475.7680.59
HexF3A8BE01F1651564c51
Octal363250276037265526114121
Binary1111001110101000101111100111111011010110101011010011001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3A8BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3A8BE; }

 p { color: rgb(243,168,190); }

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

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

 a { background-color: rgb(243,168,190); }

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

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

 span { border-color: rgb(243,168,190); }

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