#F7C095

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

Shades of Romantic #F7C095

Tints of Romantic #F7C095

Color information

#F7C095 (or 0xF7C095) is unknown color: approx Romantic. HEX triplet: F7, C0 and 95. RGB value is (247,192,149). Sum of RGB (Red+Green+Blue) = 247+192+149=588 (77% of max value = 765). Red value is 247 (96.88% from 255 or 42.01% from 588); Green value is 192 (75.39% from 255 or 32.65% from 588); Blue value is 149 (58.59% from 255 or 25.34% from 588); Max value from RGB is 247 - color contains mainly: red. Hex color #F7C095 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F7C095 is #083F6A. Grayscale: #CBCBCB. Windows color (decimal): -540523 or 9814263. OLE color: 9814263.

HSL color Cylindrical-coordinate representation of color #F7C095: hue angle of 26.33º degrees, saturation: 0.86, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F7C095 is Cyan = 0, Magento = 0.22, Yellow = 0.40 and Black (K on CMYK) = 0.03.

Color convert

RGB247192149-
CMYK00.220.400.03
HSL26.33º85.96%77.65%-
HSV(B)26.33º39.68%96.86%-
XYZ62.6359.6436.65-
YUV203.5497.22159-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 42.01%
GREEN value IS 192 (75.39% from 255) = 32.65%
BLUE value IS 149 (58.59% from 255) = 25.34%
R=42.01%
G=32.65%
B=25.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.40
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24719214900.220.400.0326.3385.9677.65
HexF7C0950162831a564e
Octal36730022502650332126116
Binary111101111100000010010101010110101000111101010101101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7C095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7C095; }

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

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

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

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

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

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

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

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