Html Css Color HEX #FB726A Bittersweet

📋 copy color: '#FB726A'

red 251 ◦ green 114 ◦ blue 106

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

Shades of Bittersweet #FB726A

Tints of Bittersweet #FB726A

RGB

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

 GREEN value IS 114 (44.92% from 255) = 24.2%

 BLUE value IS 106 (41.8% from 255) = 22.51%

R = 53.29%
G = 24.2%
B = 22.51%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.58

 K value IS 0.02

RGB Variations

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

Color information

#FB726A (or 0xFB726A) is known color: Bittersweet. HEX triplet: FB, 72 and 6A. RGB value is (251,114,106). Sum of RGB (Red+Green+Blue) = 251+114+106=471 (62% of max value = 765). Red value is 251 (98.44% from 255 or 53.29% from 471); Green value is 114 (44.92% from 255 or 24.20% from 471); Blue value is 106 (41.80% from 255 or 22.51% from 471); Max value from RGB is 251 - color contains mainly: red. Hex color #FB726A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB726A is #048D95. Grayscale: #9A9A9A. Windows color (decimal): -298390 or 6976251. OLE color: 6976251.

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

Color convert

RGB 251 114 106 -
CMYK 0 0.55 0.58 0.02
HSL 3.31º 0.95% 0.7% -
HSV(B) 3.31º 0.58% 0.98% -
XYZ 48.4 33.58 17.57 -
YUV 154.05 100.89 197.15 -
System Red Green Blue C M Y K H S L
Decimal 251 114 106 0 0.55 0.58 0.02 3.31 0.95 0.7
Hex FB 72 6A 0 37 3A 2 3 5F 46
Octal 373 162 152 0 67 72 2 3 137 106
Binary 11111011 1110010 1101010 0 110111 111010 10 11 1011111 1000110

Color Harmonies of #FB726A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB726A

Black with #FB726A

Text Example


Text Example

White with #FB726A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB726A; }

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

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

background-color css

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

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

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

border-color css

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

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

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