#F8A8C1

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

Shades of Cupid #F8A8C1

Tints of Cupid #F8A8C1

Color information

#F8A8C1 (or 0xF8A8C1) is unknown color: approx Cupid. HEX triplet: F8, A8 and C1. RGB value is (248,168,193). Sum of RGB (Red+Green+Blue) = 248+168+193=609 (80% of max value = 765). Red value is 248 (97.27% from 255 or 40.72% from 609); Green value is 168 (66.02% from 255 or 27.59% from 609); Blue value is 193 (75.78% from 255 or 31.69% from 609); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A8C1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F8A8C1 is #07573E. Grayscale: #C2C2C2. Windows color (decimal): -481087 or 12691704. OLE color: 12691704.

HSL color Cylindrical-coordinate representation of color #F8A8C1: hue angle of 341.25º degrees, saturation: 0.85, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #F8A8C1 is Cyan = 0, Magento = 0.32, Yellow = 0.22 and Black (K on CMYK) = 0.03.

Color convert

RGB248168193-
CMYK00.320.220.03
HSL341.25º85.11%81.57%-
HSV(B)341.25º32.26%97.25%-
XYZ62.3451.8157.17-
YUV194.77127165.97-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 40.72%
GREEN value IS 168 (66.02% from 255) = 27.59%
BLUE value IS 193 (75.78% from 255) = 31.69%
R=40.72%
G=27.59%
B=31.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.22
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24816819300.320.220.03341.2585.1181.57
HexF8A8C10201631555552
Octal370250301040263525125122
Binary1111100010101000110000010100000101101110101010110101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8A8C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8A8C1; }

 p { color: rgb(248,168,193); }

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

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

 a { background-color: rgb(248,168,193); }

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

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

 span { border-color: rgb(248,168,193); }

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