Html Css Color HEX #F06C69 Bittersweet

📋 copy color: '#F06C69'

red 240 ◦ green 108 ◦ blue 105

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

Shades of Bittersweet #F06C69

Tints of Bittersweet #F06C69

RGB

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

 GREEN value IS 108 (42.58% from 255) = 23.84%

 BLUE value IS 105 (41.41% from 255) = 23.18%

R = 52.98%
G = 23.84%
B = 23.18%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.56

 K value IS 0.06

RGB Variations

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

Color information

#F06C69 (or 0xF06C69) is known color: Bittersweet. HEX triplet: F0, 6C and 69. RGB value is (240,108,105). Sum of RGB (Red+Green+Blue) = 240+108+105=453 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.98% from 453); Green value is 108 (42.58% from 255 or 23.84% from 453); Blue value is 105 (41.41% from 255 or 23.18% from 453); Max value from RGB is 240 - color contains mainly: red. Hex color #F06C69 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F06C69 is #0F9396. Grayscale: #939393. Windows color (decimal): -1020823 or 6909168. OLE color: 6909168.

HSL color Cylindrical-coordinate representation of color #F06C69: hue angle of 1.33º degrees, saturation: 0.82, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F06C69 is Cyan = 0, Magento = 0.55, Yellow = 0.56 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 108 105 -
CMYK 0 0.55 0.56 0.06
HSL 1.33º 0.82% 0.68% -
HSV(B) 1.33º 0.56% 0.94% -
XYZ 43.85 30.27 16.9 -
YUV 147.13 104.23 194.24 -
System Red Green Blue C M Y K H S L
Decimal 240 108 105 0 0.55 0.56 0.06 1.33 0.82 0.68
Hex F0 6C 69 0 37 38 6 1 52 44
Octal 360 154 151 0 67 70 6 1 122 104
Binary 11110000 1101100 1101001 0 110111 111000 110 1 1010010 1000100

Color Harmonies of #F06C69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06C69

Black with #F06C69

Text Example


Text Example

White with #F06C69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06C69; }

 p { color: rgb(240,108,105); }

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

background-color css

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

 a { background-color: rgb(240,108,105); }

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

border-color css

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

 span { border-color: rgb(240,108,105); }

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