Html Css Color HEX #F5665A Bittersweet

📋 copy color: '#F5665A'

red 245 ◦ green 102 ◦ blue 90

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

Shades of Bittersweet #F5665A

Tints of Bittersweet #F5665A

RGB

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

 GREEN value IS 102 (40.23% from 255) = 23.34%

 BLUE value IS 90 (35.55% from 255) = 20.59%

R = 56.06%
G = 23.34%
B = 20.59%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.63

 K value IS 0.04

RGB Variations

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

Color information

#F5665A (or 0xF5665A) is known color: Bittersweet. HEX triplet: F5, 66 and 5A. RGB value is (245,102,90). Sum of RGB (Red+Green+Blue) = 245+102+90=437 (57% of max value = 765). Red value is 245 (96.09% from 255 or 56.06% from 437); Green value is 102 (40.23% from 255 or 23.34% from 437); Blue value is 90 (35.55% from 255 or 20.59% from 437); Max value from RGB is 245 - color contains mainly: red. Hex color #F5665A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F5665A is #0A99A5. Grayscale: #8F8F8F. Windows color (decimal): -694694 or 5924597. OLE color: 5924597.

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

Color convert

RGB 245 102 90 -
CMYK 0 0.58 0.63 0.04
HSL 4.65º 0.89% 0.66% -
HSV(B) 4.65º 0.63% 0.96% -
XYZ 44.25 29.65 13.06 -
YUV 143.39 97.88 200.48 -
System Red Green Blue C M Y K H S L
Decimal 245 102 90 0 0.58 0.63 0.04 4.65 0.89 0.66
Hex F5 66 5A 0 3A 3F 4 5 59 42
Octal 365 146 132 0 72 77 4 5 131 102
Binary 11110101 1100110 1011010 0 111010 111111 100 101 1011001 1000010

Color Harmonies of #F5665A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5665A

Black with #F5665A

Text Example


Text Example

White with #F5665A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5665A; }

 p { color: rgb(245,102,90); }

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

background-color css

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

 a { background-color: rgb(245,102,90); }

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

border-color css

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

 span { border-color: rgb(245,102,90); }

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