Html Css Color HEX #FB5F5E Bittersweet

📋 copy color: '#FB5F5E'

red 251 ◦ green 95 ◦ blue 94

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

Shades of Bittersweet #FB5F5E

Tints of Bittersweet #FB5F5E

RGB

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

 GREEN value IS 95 (37.5% from 255) = 21.59%

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

R = 57.05%
G = 21.59%
B = 21.36%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.63

 K value IS 0.02

RGB Variations

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

Color information

#FB5F5E (or 0xFB5F5E) is known color: Bittersweet. HEX triplet: FB, 5F and 5E. RGB value is (251,95,94). Sum of RGB (Red+Green+Blue) = 251+95+94=440 (58% of max value = 765). Red value is 251 (98.44% from 255 or 57.05% from 440); Green value is 95 (37.5% from 255 or 21.59% from 440); Blue value is 94 (37.11% from 255 or 21.36% from 440); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5F5E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB5F5E is #04A0A1. Grayscale: #8D8D8D. Windows color (decimal): -303266 or 6184955. OLE color: 6184955.

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

Color convert

RGB 251 95 94 -
CMYK 0 0.62 0.63 0.02
HSL 0.38º 0.95% 0.68% -
HSV(B) 0.38º 0.63% 0.98% -
XYZ 45.9 29.5 13.87 -
YUV 141.53 101.18 206.08 -
System Red Green Blue C M Y K H S L
Decimal 251 95 94 0 0.62 0.63 0.02 0.38 0.95 0.68
Hex FB 5F 5E 0 3E 3F 2 0 5F 44
Octal 373 137 136 0 76 77 2 0 137 104
Binary 11111011 1011111 1011110 0 111110 111111 10 0 1011111 1000100

Color Harmonies of #FB5F5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB5F5E

Black with #FB5F5E

Text Example


Text Example

White with #FB5F5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB5F5E; }

 p { color: rgb(251,95,94); }

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

background-color css

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

 a { background-color: rgb(251,95,94); }

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

border-color css

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

 span { border-color: rgb(251,95,94); }

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