#F0625D

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

Shades of Bittersweet #F0625D

Tints of Bittersweet #F0625D

Color information

#F0625D (or 0xF0625D) is unknown color: approx Bittersweet. HEX triplet: F0, 62 and 5D. RGB value is (240,98,93). Sum of RGB (Red+Green+Blue) = 240+98+93=431 (57% of max value = 765). Red value is 240 (94.14% from 255 or 55.68% from 431); Green value is 98 (38.67% from 255 or 22.74% from 431); Blue value is 93 (36.72% from 255 or 21.58% from 431); Max value from RGB is 240 - color contains mainly: red. Hex color #F0625D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F0625D is #0F9DA2. Grayscale: #8C8C8C. Windows color (decimal): -1023395 or 6120176. OLE color: 6120176.

HSL color Cylindrical-coordinate representation of color #F0625D: hue angle of 2.04º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F0625D is Cyan = 0, Magento = 0.59, Yellow = 0.61 and Black (K on CMYK) = 0.06.

Color convert

RGB2409893-
CMYK00.590.610.06
HSL2.04º83.05%65.29%-
HSV(B)2.04º61.25%94.12%-
XYZ42.2828.0513.54-
YUV139.89101.54199.41-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 55.68%
GREEN value IS 98 (38.67% from 255) = 22.74%
BLUE value IS 93 (36.72% from 255) = 21.58%
R=55.68%
G=22.74%
B=21.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.61
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal240989300.590.610.062.0483.0565.29
HexF0625D03B3D625341
Octal3601421350737562123101
Binary111100001100010101110101110111111011101010100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0625D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0625D; }

 p { color: rgb(240,98,93); }

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

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

 a { background-color: rgb(240,98,93); }

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

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

 span { border-color: rgb(240,98,93); }

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