#F4695F

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

Shades of Bittersweet #F4695F

Tints of Bittersweet #F4695F

Color information

#F4695F (or 0xF4695F) is unknown color: approx Bittersweet. HEX triplet: F4, 69 and 5F. RGB value is (244,105,95). Sum of RGB (Red+Green+Blue) = 244+105+95=444 (58% of max value = 765). Red value is 244 (95.70% from 255 or 54.95% from 444); Green value is 105 (41.41% from 255 or 23.65% from 444); Blue value is 95 (37.5% from 255 or 21.40% from 444); Max value from RGB is 244 - color contains mainly: red. Hex color #F4695F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F4695F is #0B96A0. Grayscale: #919191. Windows color (decimal): -759457 or 6253044. OLE color: 6253044.

HSL color Cylindrical-coordinate representation of color #F4695F: hue angle of 4.03º degrees, saturation: 0.87, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F4695F is Cyan = 0, Magento = 0.57, Yellow = 0.61 and Black (K on CMYK) = 0.04.

Color convert

RGB24410595-
CMYK00.570.610.04
HSL4.03º87.13%66.47%-
HSV(B)4.03º61.07%95.69%-
XYZ44.4330.1614.31-
YUV145.4299.55198.31-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 54.95%
GREEN value IS 105 (41.41% from 255) = 23.65%
BLUE value IS 95 (37.5% from 255) = 21.40%
R=54.95%
G=23.65%
B=21.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.61
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2441059500.570.610.044.0387.1366.47
HexF4695F0393D445742
Octal3641511370717544127102
Binary1111010011010011011111011100111110110010010101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4695F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4695F; }

 p { color: rgb(244,105,95); }

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

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

 a { background-color: rgb(244,105,95); }

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

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

 span { border-color: rgb(244,105,95); }

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