Html Css Color HEX #FB6A66 Bittersweet

📋 copy color: '#FB6A66'

red 251 ◦ green 106 ◦ blue 102

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

Shades of Bittersweet #FB6A66

Tints of Bittersweet #FB6A66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 22.22%

R = 54.68%
G = 23.09%
B = 22.22%

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

#FB6A66 (or 0xFB6A66) is known color: Bittersweet. HEX triplet: FB, 6A and 66. RGB value is (251,106,102). Sum of RGB (Red+Green+Blue) = 251+106+102=459 (60% of max value = 765). Red value is 251 (98.44% from 255 or 54.68% from 459); Green value is 106 (41.80% from 255 or 23.09% from 459); Blue value is 102 (40.23% from 255 or 22.22% from 459); Max value from RGB is 251 - color contains mainly: red. Hex color #FB6A66 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB6A66 is #049599. Grayscale: #959595. Windows color (decimal): -300442 or 6712059. OLE color: 6712059.

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

Color convert

RGB 251 106 102 -
CMYK 0 0.58 0.59 0.02
HSL 1.61º 0.95% 0.69% -
HSV(B) 1.61º 0.59% 0.98% -
XYZ 47.34 31.78 16.21 -
YUV 148.9 101.54 200.83 -
System Red Green Blue C M Y K H S L
Decimal 251 106 102 0 0.58 0.59 0.02 1.61 0.95 0.69
Hex FB 6A 66 0 3A 3B 2 2 5F 45
Octal 373 152 146 0 72 73 2 2 137 105
Binary 11111011 1101010 1100110 0 111010 111011 10 10 1011111 1000101

Color Harmonies of #FB6A66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB6A66

Black with #FB6A66

Text Example


Text Example

White with #FB6A66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB6A66; }

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

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

background-color css

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

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

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

border-color css

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

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

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