#F57267

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

Shades of Bittersweet #F57267

Tints of Bittersweet #F57267

Color information

#F57267 (or 0xF57267) is unknown color: approx Bittersweet. HEX triplet: F5, 72 and 67. RGB value is (245,114,103). Sum of RGB (Red+Green+Blue) = 245+114+103=462 (61% of max value = 765). Red value is 245 (96.09% from 255 or 53.03% from 462); Green value is 114 (44.92% from 255 or 24.68% from 462); Blue value is 103 (40.62% from 255 or 22.29% from 462); Max value from RGB is 245 - color contains mainly: red. Hex color #F57267 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F57267 is #0A8D98. Grayscale: #989898. Windows color (decimal): -691609 or 6779637. OLE color: 6779637.

HSL color Cylindrical-coordinate representation of color #F57267: hue angle of 4.65º degrees, saturation: 0.88, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F57267 is Cyan = 0, Magento = 0.53, Yellow = 0.58 and Black (K on CMYK) = 0.04.

Color convert

RGB245114103-
CMYK00.530.580.04
HSL4.65º87.65%68.24%-
HSV(B)4.65º57.96%96.08%-
XYZ46.1232.4316.66-
YUV151.92100.4194.39-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 53.03%
GREEN value IS 114 (44.92% from 255) = 24.68%
BLUE value IS 103 (40.62% from 255) = 22.29%
R=53.03%
G=24.68%
B=22.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.58
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24511410300.530.580.044.6587.6568.24
HexF572670353A455844
Octal3651621470657245130104
Binary1111010111100101100111011010111101010010110110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F57267

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F57267; }

 p { color: rgb(245,114,103); }

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

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

 a { background-color: rgb(245,114,103); }

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

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

 span { border-color: rgb(245,114,103); }

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