#F97269

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

Shades of Bittersweet #F97269

Tints of Bittersweet #F97269

Color information

#F97269 (or 0xF97269) is unknown color: approx Bittersweet. HEX triplet: F9, 72 and 69. RGB value is (249,114,105). Sum of RGB (Red+Green+Blue) = 249+114+105=468 (61% of max value = 765). Red value is 249 (97.66% from 255 or 53.21% from 468); Green value is 114 (44.92% from 255 or 24.36% from 468); Blue value is 105 (41.41% from 255 or 22.44% from 468); Max value from RGB is 249 - color contains mainly: red. Hex color #F97269 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F97269 is #068D96. Grayscale: #999999. Windows color (decimal): -429463 or 6910713. OLE color: 6910713.

HSL color Cylindrical-coordinate representation of color #F97269: hue angle of 3.75º degrees, saturation: 0.92, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F97269 is Cyan = 0, Magento = 0.54, Yellow = 0.58 and Black (K on CMYK) = 0.02.

Color convert

RGB249114105-
CMYK00.540.580.02
HSL3.75º92.31%69.41%-
HSV(B)3.75º57.83%97.65%-
XYZ47.6333.1917.26-
YUV153.34100.73196.23-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 53.21%
GREEN value IS 114 (44.92% from 255) = 24.36%
BLUE value IS 105 (41.41% from 255) = 22.44%
R=53.21%
G=24.36%
B=22.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.58
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24911410500.540.580.023.7592.3169.41
HexF972690363A245c45
Octal3711621510667224134105
Binary111110011110010110100101101101110101010010111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F97269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F97269; }

 p { color: rgb(249,114,105); }

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

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

 a { background-color: rgb(249,114,105); }

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

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

 span { border-color: rgb(249,114,105); }

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