Html Css Color HEX #FB6965 Bittersweet

📋 copy color: '#FB6965'

red 251 ◦ green 105 ◦ blue 101

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

Shades of Bittersweet #FB6965

Tints of Bittersweet #FB6965

RGB

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

 GREEN value IS 105 (41.41% from 255) = 22.98%

 BLUE value IS 101 (39.84% from 255) = 22.1%

R = 54.92%
G = 22.98%
B = 22.1%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.60

 K value IS 0.02

RGB Variations

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

Color information

#FB6965 (or 0xFB6965) is known color: Bittersweet. HEX triplet: FB, 69 and 65. RGB value is (251,105,101). Sum of RGB (Red+Green+Blue) = 251+105+101=457 (60% of max value = 765). Red value is 251 (98.44% from 255 or 54.92% from 457); Green value is 105 (41.41% from 255 or 22.98% from 457); Blue value is 101 (39.84% from 255 or 22.10% from 457); Max value from RGB is 251 - color contains mainly: red. Hex color #FB6965 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB6965 is #04969A. Grayscale: #949494. Windows color (decimal): -300699 or 6646267. OLE color: 6646267.

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

Color convert

RGB 251 105 101 -
CMYK 0 0.58 0.60 0.02
HSL 1.6º 0.95% 0.69% -
HSV(B) 1.6º 0.6% 0.98% -
XYZ 47.18 31.55 15.92 -
YUV 148.2 101.37 201.33 -
System Red Green Blue C M Y K H S L
Decimal 251 105 101 0 0.58 0.60 0.02 1.6 0.95 0.69
Hex FB 69 65 0 3A 3C 2 2 5F 45
Octal 373 151 145 0 72 74 2 2 137 105
Binary 11111011 1101001 1100101 0 111010 111100 10 10 1011111 1000101

Color Harmonies of #FB6965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB6965

Black with #FB6965

Text Example


Text Example

White with #FB6965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB6965; }

 p { color: rgb(251,105,101); }

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

background-color css

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

 a { background-color: rgb(251,105,101); }

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

border-color css

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

 span { border-color: rgb(251,105,101); }

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