Html Css Color HEX #F5765C Bittersweet

📋 copy color: '#F5765C'

red 245 ◦ green 118 ◦ blue 92

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

Shades of Bittersweet #F5765C

Tints of Bittersweet #F5765C

RGB

 RED value IS 245 (96.09% from 255) = 53.85%

 GREEN value IS 118 (46.48% from 255) = 25.93%

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

R = 53.85%
G = 25.93%
B = 20.22%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.62

 K value IS 0.04

RGB Variations

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

Color information

#F5765C (or 0xF5765C) is known color: Bittersweet. HEX triplet: F5, 76 and 5C. RGB value is (245,118,92). Sum of RGB (Red+Green+Blue) = 245+118+92=455 (60% of max value = 765). Red value is 245 (96.09% from 255 or 53.85% from 455); Green value is 118 (46.48% from 255 or 25.93% from 455); Blue value is 92 (36.33% from 255 or 20.22% from 455); Max value from RGB is 245 - color contains mainly: red. Hex color #F5765C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F5765C is #0A89A3. Grayscale: #999999. Windows color (decimal): -690596 or 6059765. OLE color: 6059765.

HSL color Cylindrical-coordinate representation of color #F5765C: hue angle of 10.2º degrees, saturation: 0.88, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F5765C is Cyan = 0, Magento = 0.52, Yellow = 0.62 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 118 92 -
CMYK 0 0.52 0.62 0.04
HSL 10.2º 0.88% 0.66% -
HSV(B) 10.2º 0.62% 0.96% -
XYZ 46.07 33.14 14.09 -
YUV 153.01 93.58 193.61 -
System Red Green Blue C M Y K H S L
Decimal 245 118 92 0 0.52 0.62 0.04 10.2 0.88 0.66
Hex F5 76 5C 0 34 3E 4 A 58 42
Octal 365 166 134 0 64 76 4 12 130 102
Binary 11110101 1110110 1011100 0 110100 111110 100 1010 1011000 1000010

Color Harmonies of #F5765C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5765C

Black with #F5765C

Text Example


Text Example

White with #F5765C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5765C; }

 p { color: rgb(245,118,92); }

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

background-color css

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

 a { background-color: rgb(245,118,92); }

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

border-color css

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

 span { border-color: rgb(245,118,92); }

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