Html Css Color HEX #F66765 Bittersweet

📋 copy color: '#F66765'

red 246 ◦ green 103 ◦ blue 101

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

Shades of Bittersweet #F66765

Tints of Bittersweet #F66765

RGB

 RED value IS 246 (96.48% from 255) = 54.67%

 GREEN value IS 103 (40.63% from 255) = 22.89%

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

R = 54.67%
G = 22.89%
B = 22.44%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.59

 K value IS 0.04

RGB Variations

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

Color information

#F66765 (or 0xF66765) is known color: Bittersweet. HEX triplet: F6, 67 and 65. RGB value is (246,103,101). Sum of RGB (Red+Green+Blue) = 246+103+101=450 (59% of max value = 765). Red value is 246 (96.48% from 255 or 54.67% from 450); Green value is 103 (40.62% from 255 or 22.89% from 450); Blue value is 101 (39.84% from 255 or 22.44% from 450); Max value from RGB is 246 - color contains mainly: red. Hex color #F66765 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F66765 is #09989A. Grayscale: #919191. Windows color (decimal): -628891 or 6645750. OLE color: 6645750.

HSL color Cylindrical-coordinate representation of color #F66765: hue angle of 0.83º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F66765 is Cyan = 0, Magento = 0.58, Yellow = 0.59 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 103 101 -
CMYK 0 0.58 0.59 0.04
HSL 0.83º 0.89% 0.68% -
HSV(B) 0.83º 0.59% 0.96% -
XYZ 45.21 30.23 15.76 -
YUV 145.53 102.88 199.66 -
System Red Green Blue C M Y K H S L
Decimal 246 103 101 0 0.58 0.59 0.04 0.83 0.89 0.68
Hex F6 67 65 0 3A 3B 4 1 59 44
Octal 366 147 145 0 72 73 4 1 131 104
Binary 11110110 1100111 1100101 0 111010 111011 100 1 1011001 1000100

Color Harmonies of #F66765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F66765

Black with #F66765

Text Example


Text Example

White with #F66765

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F66765; }

 p { color: rgb(246,103,101); }

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

background-color css

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

 a { background-color: rgb(246,103,101); }

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

border-color css

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

 span { border-color: rgb(246,103,101); }

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