#F7C0A2

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

Shades of Romantic #F7C0A2

Tints of Romantic #F7C0A2

Color information

#F7C0A2 (or 0xF7C0A2) is unknown color: approx Romantic. HEX triplet: F7, C0 and A2. RGB value is (247,192,162). Sum of RGB (Red+Green+Blue) = 247+192+162=601 (79% of max value = 765). Red value is 247 (96.88% from 255 or 41.10% from 601); Green value is 192 (75.39% from 255 or 31.95% from 601); Blue value is 162 (63.67% from 255 or 26.96% from 601); Max value from RGB is 247 - color contains mainly: red. Hex color #F7C0A2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F7C0A2 is #083F5D. Grayscale: #CDCDCD. Windows color (decimal): -540510 or 10666231. OLE color: 10666231.

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

Color convert

RGB247192162-
CMYK00.220.340.03
HSL21.18º84.16%80.2%-
HSV(B)21.18º34.41%96.86%-
XYZ63.7360.0842.42-
YUV205.02103.72157.94-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 41.10%
GREEN value IS 192 (75.39% from 255) = 31.95%
BLUE value IS 162 (63.67% from 255) = 26.96%
R=41.10%
G=31.95%
B=26.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.34
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24719216200.220.340.0321.1884.1680.2
HexF7C0A2016223155450
Octal36730024202642325124120
Binary111101111100000010100010010110100010111010110101001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7C0A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7C0A2; }

 p { color: rgb(247,192,162); }

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

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

 a { background-color: rgb(247,192,162); }

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

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

 span { border-color: rgb(247,192,162); }

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