Html Css Color HEX #FB7B80 Froly

📋 copy color: '#FB7B80'

red 251 ◦ green 123 ◦ blue 128

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

Shades of Froly #FB7B80

Tints of Froly #FB7B80

RGB

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

 GREEN value IS 123 (48.44% from 255) = 24.5%

 BLUE value IS 128 (50.39% from 255) = 25.5%

R = 50%
G = 24.5%
B = 25.5%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.49

 K value IS 0.02

RGB Variations

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

Color information

#FB7B80 (or 0xFB7B80) is known color: Froly. HEX triplet: FB, 7B and 80. RGB value is (251,123,128). Sum of RGB (Red+Green+Blue) = 251+123+128=502 (66% of max value = 765). Red value is 251 (98.44% from 255 or 50% from 502); Green value is 123 (48.44% from 255 or 24.50% from 502); Blue value is 128 (50.39% from 255 or 25.50% from 502); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7B80 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB7B80 is #04847F. Grayscale: #A1A1A1. Windows color (decimal): -296064 or 8420347. OLE color: 8420347.

HSL color Cylindrical-coordinate representation of color #FB7B80: hue angle of 357.66º degrees, saturation: 0.94, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FB7B80 is Cyan = 0, Magento = 0.51, Yellow = 0.49 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 123 128 -
CMYK 0 0.51 0.49 0.02
HSL 357.66º 0.94% 0.73% -
HSV(B) 357.66º 0.51% 0.98% -
XYZ 50.76 36.23 24.74 -
YUV 161.84 108.91 191.59 -
System Red Green Blue C M Y K H S L
Decimal 251 123 128 0 0.51 0.49 0.02 357.66 0.94 0.73
Hex FB 7B 80 0 33 31 2 166 5E 49
Octal 373 173 200 0 63 61 2 546 136 111
Binary 11111011 1111011 10000000 0 110011 110001 10 101100110 1011110 1001001

Color Harmonies of #FB7B80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB7B80

Black with #FB7B80

Text Example


Text Example

White with #FB7B80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB7B80; }

 p { color: rgb(251,123,128); }

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

background-color css

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

 a { background-color: rgb(251,123,128); }

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

border-color css

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

 span { border-color: rgb(251,123,128); }

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