Html Css Color HEX #F06865 Bittersweet

📋 copy color: '#F06865'

red 240 ◦ green 104 ◦ blue 101

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

Shades of Bittersweet #F06865

Tints of Bittersweet #F06865

RGB

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

 GREEN value IS 104 (41.02% from 255) = 23.37%

 BLUE value IS 101 (39.84% from 255) = 22.7%

R = 53.93%
G = 23.37%
B = 22.7%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.58

 K value IS 0.06

RGB Variations

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

Color information

#F06865 (or 0xF06865) is known color: Bittersweet. HEX triplet: F0, 68 and 65. RGB value is (240,104,101). Sum of RGB (Red+Green+Blue) = 240+104+101=445 (58% of max value = 765). Red value is 240 (94.14% from 255 or 53.93% from 445); Green value is 104 (41.02% from 255 or 23.37% from 445); Blue value is 101 (39.84% from 255 or 22.70% from 445); Max value from RGB is 240 - color contains mainly: red. Hex color #F06865 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F06865 is #0F979A. Grayscale: #909090. Windows color (decimal): -1021851 or 6646000. OLE color: 6646000.

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

Color convert

RGB 240 104 101 -
CMYK 0 0.57 0.58 0.06
HSL 1.29º 0.82% 0.67% -
HSV(B) 1.29º 0.58% 0.94% -
XYZ 43.23 29.37 15.7 -
YUV 144.32 103.56 196.24 -
System Red Green Blue C M Y K H S L
Decimal 240 104 101 0 0.57 0.58 0.06 1.29 0.82 0.67
Hex F0 68 65 0 39 3A 6 1 52 43
Octal 360 150 145 0 71 72 6 1 122 103
Binary 11110000 1101000 1100101 0 111001 111010 110 1 1010010 1000011

Color Harmonies of #F06865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06865

Black with #F06865

Text Example


Text Example

White with #F06865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06865; }

 p { color: rgb(240,104,101); }

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

background-color css

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

 a { background-color: rgb(240,104,101); }

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

border-color css

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

 span { border-color: rgb(240,104,101); }

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