Html Css Color HEX #FB7155 Bittersweet

📋 copy color: '#FB7155'

red 251 ◦ green 113 ◦ blue 85

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

Shades of Bittersweet #FB7155

Tints of Bittersweet #FB7155

RGB

 RED value IS 251 (98.44% from 255) = 55.9%

 GREEN value IS 113 (44.53% from 255) = 25.17%

 BLUE value IS 85 (33.59% from 255) = 18.93%

R = 55.9%
G = 25.17%
B = 18.93%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.66

 K value IS 0.02

RGB Variations

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

Color information

#FB7155 (or 0xFB7155) is known color: Bittersweet. HEX triplet: FB, 71 and 55. RGB value is (251,113,85). Sum of RGB (Red+Green+Blue) = 251+113+85=449 (59% of max value = 765). Red value is 251 (98.44% from 255 or 55.90% from 449); Green value is 113 (44.53% from 255 or 25.17% from 449); Blue value is 85 (33.59% from 255 or 18.93% from 449); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7155 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB7155 is #048EAA. Grayscale: #979797. Windows color (decimal): -298667 or 5599739. OLE color: 5599739.

HSL color Cylindrical-coordinate representation of color #FB7155: hue angle of 10.12º degrees, saturation: 0.95, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FB7155 is Cyan = 0, Magento = 0.55, Yellow = 0.66 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 113 85 -
CMYK 0 0.55 0.66 0.02
HSL 10.12º 0.95% 0.66% -
HSV(B) 10.12º 0.66% 0.98% -
XYZ 47.33 32.98 12.46 -
YUV 151.07 90.72 199.28 -
System Red Green Blue C M Y K H S L
Decimal 251 113 85 0 0.55 0.66 0.02 10.12 0.95 0.66
Hex FB 71 55 0 37 42 2 A 5F 42
Octal 373 161 125 0 67 102 2 12 137 102
Binary 11111011 1110001 1010101 0 110111 1000010 10 1010 1011111 1000010

Color Harmonies of #FB7155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB7155

Black with #FB7155

Text Example


Text Example

White with #FB7155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB7155; }

 p { color: rgb(251,113,85); }

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

background-color css

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

 a { background-color: rgb(251,113,85); }

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

border-color css

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

 span { border-color: rgb(251,113,85); }

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