Html Css Color HEX #F0645B Bittersweet

📋 copy color: '#F0645B'

red 240 ◦ green 100 ◦ blue 91

#F0645B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bittersweet #F0645B

Tints of Bittersweet #F0645B

RGB

 RED value IS 240 (94.14% from 255) = 55.68%

 GREEN value IS 100 (39.45% from 255) = 23.2%

 BLUE value IS 91 (35.94% from 255) = 21.11%

R = 55.68%
G = 23.2%
B = 21.11%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.62

 K value IS 0.06

RGB Variations

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

Color information

#F0645B (or 0xF0645B) is known color: Bittersweet. HEX triplet: F0, 64 and 5B. RGB value is (240,100,91). Sum of RGB (Red+Green+Blue) = 240+100+91=431 (57% of max value = 765). Red value is 240 (94.14% from 255 or 55.68% from 431); Green value is 100 (39.45% from 255 or 23.20% from 431); Blue value is 91 (35.94% from 255 or 21.11% from 431); Max value from RGB is 240 - color contains mainly: red. Hex color #F0645B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F0645B is #0F9BA4. Grayscale: #8D8D8D. Windows color (decimal): -1022885 or 5989616. OLE color: 5989616.

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

Color convert

RGB 240 100 91 -
CMYK 0 0.58 0.62 0.06
HSL 3.62º 0.83% 0.65% -
HSV(B) 3.62º 0.62% 0.94% -
XYZ 42.38 28.39 13.14 -
YUV 140.83 99.88 198.73 -
System Red Green Blue C M Y K H S L
Decimal 240 100 91 0 0.58 0.62 0.06 3.62 0.83 0.65
Hex F0 64 5B 0 3A 3E 6 4 53 41
Octal 360 144 133 0 72 76 6 4 123 101
Binary 11110000 1100100 1011011 0 111010 111110 110 100 1010011 1000001

Color Harmonies of #F0645B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0645B

Black with #F0645B

Text Example


Text Example

White with #F0645B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0645B; }

 p { color: rgb(240,100,91); }

 H1.HeaderClassName
 {
   color: #F0645B;
 }
 .AnyTagClassName
 {
   color: #F0645B;
 }
</style>

background-color css

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

 a { background-color: rgb(240,100,91); }

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

border-color css

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

 span { border-color: rgb(240,100,91); }

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