Html Css Color HEX #FB7564 Bittersweet

📋 copy color: '#FB7564'

red 251 ◦ green 117 ◦ blue 100

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

Shades of Bittersweet #FB7564

Tints of Bittersweet #FB7564

RGB

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

 GREEN value IS 117 (46.09% from 255) = 25%

 BLUE value IS 100 (39.45% from 255) = 21.37%

R = 53.63%
G = 25%
B = 21.37%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.60

 K value IS 0.02

RGB Variations

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

Color information

#FB7564 (or 0xFB7564) is known color: Bittersweet. HEX triplet: FB, 75 and 64. RGB value is (251,117,100). Sum of RGB (Red+Green+Blue) = 251+117+100=468 (61% of max value = 765). Red value is 251 (98.44% from 255 or 53.63% from 468); Green value is 117 (46.09% from 255 or 25% from 468); Blue value is 100 (39.45% from 255 or 21.37% from 468); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7564 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB7564 is #048A9B. Grayscale: #9B9B9B. Windows color (decimal): -297628 or 6583803. OLE color: 6583803.

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

Color convert

RGB 251 117 100 -
CMYK 0 0.53 0.60 0.02
HSL 6.75º 0.95% 0.69% -
HSV(B) 6.75º 0.6% 0.98% -
XYZ 48.45 34.15 16.1 -
YUV 155.13 96.89 196.38 -
System Red Green Blue C M Y K H S L
Decimal 251 117 100 0 0.53 0.60 0.02 6.75 0.95 0.69
Hex FB 75 64 0 35 3C 2 7 5F 45
Octal 373 165 144 0 65 74 2 7 137 105
Binary 11111011 1110101 1100100 0 110101 111100 10 111 1011111 1000101

Color Harmonies of #FB7564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB7564

Black with #FB7564

Text Example


Text Example

White with #FB7564

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB7564; }

 p { color: rgb(251,117,100); }

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

background-color css

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

 a { background-color: rgb(251,117,100); }

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

border-color css

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

 span { border-color: rgb(251,117,100); }

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