Html Css Color HEX #FB6A68 Bittersweet

📋 copy color: '#FB6A68'

red 251 ◦ green 106 ◦ blue 104

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

Shades of Bittersweet #FB6A68

Tints of Bittersweet #FB6A68

RGB

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

 GREEN value IS 106 (41.8% from 255) = 22.99%

 BLUE value IS 104 (41.02% from 255) = 22.56%

R = 54.45%
G = 22.99%
B = 22.56%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.59

 K value IS 0.02

RGB Variations

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

Color information

#FB6A68 (or 0xFB6A68) is known color: Bittersweet. HEX triplet: FB, 6A and 68. RGB value is (251,106,104). Sum of RGB (Red+Green+Blue) = 251+106+104=461 (61% of max value = 765). Red value is 251 (98.44% from 255 or 54.45% from 461); Green value is 106 (41.80% from 255 or 22.99% from 461); Blue value is 104 (41.02% from 255 or 22.56% from 461); Max value from RGB is 251 - color contains mainly: red. Hex color #FB6A68 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB6A68 is #049597. Grayscale: #959595. Windows color (decimal): -300440 or 6843131. OLE color: 6843131.

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

Color convert

RGB 251 106 104 -
CMYK 0 0.58 0.59 0.02
HSL 0.82º 0.95% 0.7% -
HSV(B) 0.82º 0.59% 0.98% -
XYZ 47.44 31.82 16.74 -
YUV 149.13 102.54 200.66 -
System Red Green Blue C M Y K H S L
Decimal 251 106 104 0 0.58 0.59 0.02 0.82 0.95 0.7
Hex FB 6A 68 0 3A 3B 2 1 5F 46
Octal 373 152 150 0 72 73 2 1 137 106
Binary 11111011 1101010 1101000 0 111010 111011 10 1 1011111 1000110

Color Harmonies of #FB6A68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB6A68

Black with #FB6A68

Text Example


Text Example

White with #FB6A68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB6A68; }

 p { color: rgb(251,106,104); }

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

background-color css

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

 a { background-color: rgb(251,106,104); }

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

border-color css

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

 span { border-color: rgb(251,106,104); }

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