Html Css Color HEX #FB6355 Bittersweet

📋 copy color: '#FB6355'

red 251 ◦ green 99 ◦ blue 85

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

Shades of Bittersweet #FB6355

Tints of Bittersweet #FB6355

RGB

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

 GREEN value IS 99 (39.06% from 255) = 22.76%

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

R = 57.7%
G = 22.76%
B = 19.54%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.66

 K value IS 0.02

RGB Variations

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

Color information

#FB6355 (or 0xFB6355) is known color: Bittersweet. HEX triplet: FB, 63 and 55. RGB value is (251,99,85). Sum of RGB (Red+Green+Blue) = 251+99+85=435 (57% of max value = 765). Red value is 251 (98.44% from 255 or 57.70% from 435); Green value is 99 (39.06% from 255 or 22.76% from 435); Blue value is 85 (33.59% from 255 or 19.54% from 435); Max value from RGB is 251 - color contains mainly: red. Hex color #FB6355 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB6355 is #049CAA. Grayscale: #8F8F8F. Windows color (decimal): -302251 or 5596155. OLE color: 5596155.

HSL color Cylindrical-coordinate representation of color #FB6355: hue angle of 5.06º 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 #FB6355 is Cyan = 0, Magento = 0.61, Yellow = 0.66 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 99 85 -
CMYK 0 0.61 0.66 0.02
HSL 5.06º 0.95% 0.66% -
HSV(B) 5.06º 0.66% 0.98% -
XYZ 45.89 30.09 11.98 -
YUV 142.85 95.36 205.14 -
System Red Green Blue C M Y K H S L
Decimal 251 99 85 0 0.61 0.66 0.02 5.06 0.95 0.66
Hex FB 63 55 0 3D 42 2 5 5F 42
Octal 373 143 125 0 75 102 2 5 137 102
Binary 11111011 1100011 1010101 0 111101 1000010 10 101 1011111 1000010

Color Harmonies of #FB6355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB6355

Black with #FB6355

Text Example


Text Example

White with #FB6355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB6355; }

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

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

background-color css

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

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

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

border-color css

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

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

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