Html Css Color HEX #F06D5C Bittersweet

📋 copy color: '#F06D5C'

red 240 ◦ green 109 ◦ blue 92

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

Shades of Bittersweet #F06D5C

Tints of Bittersweet #F06D5C

RGB

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

 GREEN value IS 109 (42.97% from 255) = 24.72%

 BLUE value IS 92 (36.33% from 255) = 20.86%

R = 54.42%
G = 24.72%
B = 20.86%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.62

 K value IS 0.06

RGB Variations

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

Color information

#F06D5C (or 0xF06D5C) is known color: Bittersweet. HEX triplet: F0, 6D and 5C. RGB value is (240,109,92). Sum of RGB (Red+Green+Blue) = 240+109+92=441 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.42% from 441); Green value is 109 (42.97% from 255 or 24.72% from 441); Blue value is 92 (36.33% from 255 or 20.86% from 441); Max value from RGB is 240 - color contains mainly: red. Hex color #F06D5C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F06D5C is #0F92A3. Grayscale: #929292. Windows color (decimal): -1020580 or 6057456. OLE color: 6057456.

HSL color Cylindrical-coordinate representation of color #F06D5C: hue angle of 6.89º 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 #F06D5C is Cyan = 0, Magento = 0.55, Yellow = 0.62 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 109 92 -
CMYK 0 0.55 0.62 0.06
HSL 6.89º 0.83% 0.65% -
HSV(B) 6.89º 0.62% 0.94% -
XYZ 43.34 30.24 13.68 -
YUV 146.23 97.4 194.88 -
System Red Green Blue C M Y K H S L
Decimal 240 109 92 0 0.55 0.62 0.06 6.89 0.83 0.65
Hex F0 6D 5C 0 37 3E 6 7 53 41
Octal 360 155 134 0 67 76 6 7 123 101
Binary 11110000 1101101 1011100 0 110111 111110 110 111 1010011 1000001

Color Harmonies of #F06D5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06D5C

Black with #F06D5C

Text Example


Text Example

White with #F06D5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06D5C; }

 p { color: rgb(240,109,92); }

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

background-color css

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

 a { background-color: rgb(240,109,92); }

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

border-color css

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

 span { border-color: rgb(240,109,92); }

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