Html Css Color HEX #F06C67 Bittersweet

📋 copy color: '#F06C67'

red 240 ◦ green 108 ◦ blue 103

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

Shades of Bittersweet #F06C67

Tints of Bittersweet #F06C67

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 22.84%

R = 53.22%
G = 23.95%
B = 22.84%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.57

 K value IS 0.06

RGB Variations

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

Color information

#F06C67 (or 0xF06C67) is known color: Bittersweet. HEX triplet: F0, 6C and 67. RGB value is (240,108,103). Sum of RGB (Red+Green+Blue) = 240+108+103=451 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.22% from 451); Green value is 108 (42.58% from 255 or 23.95% from 451); Blue value is 103 (40.62% from 255 or 22.84% from 451); Max value from RGB is 240 - color contains mainly: red. Hex color #F06C67 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F06C67 is #0F9398. Grayscale: #939393. Windows color (decimal): -1020825 or 6778096. OLE color: 6778096.

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

Color convert

RGB 240 108 103 -
CMYK 0 0.55 0.57 0.06
HSL 2.19º 0.82% 0.67% -
HSV(B) 2.19º 0.57% 0.94% -
XYZ 43.75 30.23 16.36 -
YUV 146.9 103.23 194.41 -
System Red Green Blue C M Y K H S L
Decimal 240 108 103 0 0.55 0.57 0.06 2.19 0.82 0.67
Hex F0 6C 67 0 37 39 6 2 52 43
Octal 360 154 147 0 67 71 6 2 122 103
Binary 11110000 1101100 1100111 0 110111 111001 110 10 1010010 1000011

Color Harmonies of #F06C67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06C67

Black with #F06C67

Text Example


Text Example

White with #F06C67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06C67; }

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

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

background-color css

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

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

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

border-color css

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

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

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