Html Css Color HEX #F5655E Bittersweet

📋 copy color: '#F5655E'

red 245 ◦ green 101 ◦ blue 94

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

Shades of Bittersweet #F5655E

Tints of Bittersweet #F5655E

RGB

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

 GREEN value IS 101 (39.84% from 255) = 22.95%

 BLUE value IS 94 (37.11% from 255) = 21.36%

R = 55.68%
G = 22.95%
B = 21.36%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.62

 K value IS 0.04

RGB Variations

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

Color information

#F5655E (or 0xF5655E) is known color: Bittersweet. HEX triplet: F5, 65 and 5E. RGB value is (245,101,94). Sum of RGB (Red+Green+Blue) = 245+101+94=440 (58% of max value = 765). Red value is 245 (96.09% from 255 or 55.68% from 440); Green value is 101 (39.84% from 255 or 22.95% from 440); Blue value is 94 (37.11% from 255 or 21.36% from 440); Max value from RGB is 245 - color contains mainly: red. Hex color #F5655E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F5655E is #0A9AA1. Grayscale: #8F8F8F. Windows color (decimal): -694946 or 6186485. OLE color: 6186485.

HSL color Cylindrical-coordinate representation of color #F5655E: hue angle of 2.78º 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 #F5655E is Cyan = 0, Magento = 0.59, Yellow = 0.62 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 101 94 -
CMYK 0 0.59 0.62 0.04
HSL 2.78º 0.88% 0.66% -
HSV(B) 2.78º 0.62% 0.96% -
XYZ 44.33 29.53 13.95 -
YUV 143.26 100.21 200.57 -
System Red Green Blue C M Y K H S L
Decimal 245 101 94 0 0.59 0.62 0.04 2.78 0.88 0.66
Hex F5 65 5E 0 3B 3E 4 3 58 42
Octal 365 145 136 0 73 76 4 3 130 102
Binary 11110101 1100101 1011110 0 111011 111110 100 11 1011000 1000010

Color Harmonies of #F5655E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5655E

Black with #F5655E

Text Example


Text Example

White with #F5655E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5655E; }

 p { color: rgb(245,101,94); }

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

background-color css

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

 a { background-color: rgb(245,101,94); }

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

border-color css

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

 span { border-color: rgb(245,101,94); }

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