#F4625F

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

Shades of Bittersweet #F4625F

Tints of Bittersweet #F4625F

Color information

#F4625F (or 0xF4625F) is unknown color: approx Bittersweet. HEX triplet: F4, 62 and 5F. RGB value is (244,98,95). Sum of RGB (Red+Green+Blue) = 244+98+95=437 (57% of max value = 765). Red value is 244 (95.70% from 255 or 55.84% from 437); Green value is 98 (38.67% from 255 or 22.43% from 437); Blue value is 95 (37.5% from 255 or 21.74% from 437); Max value from RGB is 244 - color contains mainly: red. Hex color #F4625F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F4625F is #0B9DA0. Grayscale: #8D8D8D. Windows color (decimal): -761249 or 6251252. OLE color: 6251252.

HSL color Cylindrical-coordinate representation of color #F4625F: hue angle of 1.21º 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 #F4625F is Cyan = 0, Magento = 0.60, Yellow = 0.61 and Black (K on CMYK) = 0.04.

Color convert

RGB2449895-
CMYK00.600.610.04
HSL1.21º87.13%66.47%-
HSV(B)1.21º61.07%95.69%-
XYZ43.7428.7914.08-
YUV141.31101.87201.24-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 55.84%
GREEN value IS 98 (38.67% from 255) = 22.43%
BLUE value IS 95 (37.5% from 255) = 21.74%
R=55.84%
G=22.43%
B=21.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.61
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal244989500.600.610.041.2187.1366.47
HexF4625F03C3D415742
Octal3641421370747541127102
Binary11110100110001010111110111100111101100110101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4625F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4625F; }

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

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

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

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

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

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

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

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