Html Css Color HEX #FB7461 Bittersweet

📋 copy color: '#FB7461'

red 251 ◦ green 116 ◦ blue 97

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

Shades of Bittersweet #FB7461

Tints of Bittersweet #FB7461

RGB

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

 GREEN value IS 116 (45.7% from 255) = 25%

 BLUE value IS 97 (38.28% from 255) = 20.91%

R = 54.09%
G = 25%
B = 20.91%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.61

 K value IS 0.02

RGB Variations

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

Color information

#FB7461 (or 0xFB7461) is known color: Bittersweet. HEX triplet: FB, 74 and 61. RGB value is (251,116,97). Sum of RGB (Red+Green+Blue) = 251+116+97=464 (61% of max value = 765). Red value is 251 (98.44% from 255 or 54.09% from 464); Green value is 116 (45.70% from 255 or 25% from 464); Blue value is 97 (38.28% from 255 or 20.91% from 464); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7461 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB7461 is #048B9E. Grayscale: #9A9A9A. Windows color (decimal): -297887 or 6386939. OLE color: 6386939.

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

Color convert

RGB 251 116 97 -
CMYK 0 0.54 0.61 0.02
HSL 7.4º 0.95% 0.68% -
HSV(B) 7.4º 0.61% 0.98% -
XYZ 48.19 33.86 15.31 -
YUV 154.2 95.73 197.04 -
System Red Green Blue C M Y K H S L
Decimal 251 116 97 0 0.54 0.61 0.02 7.4 0.95 0.68
Hex FB 74 61 0 36 3D 2 7 5F 44
Octal 373 164 141 0 66 75 2 7 137 104
Binary 11111011 1110100 1100001 0 110110 111101 10 111 1011111 1000100

Color Harmonies of #FB7461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB7461

Black with #FB7461

Text Example


Text Example

White with #FB7461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB7461; }

 p { color: rgb(251,116,97); }

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

background-color css

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

 a { background-color: rgb(251,116,97); }

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

border-color css

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

 span { border-color: rgb(251,116,97); }

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