Html Css Color HEX #FB7B81 Froly

📋 copy color: '#FB7B81'

red 251 ◦ green 123 ◦ blue 129

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

Shades of Froly #FB7B81

Tints of Froly #FB7B81

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 25.65%

R = 49.9%
G = 24.45%
B = 25.65%

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

#FB7B81 (or 0xFB7B81) is known color: Froly. HEX triplet: FB, 7B and 81. RGB value is (251,123,129). Sum of RGB (Red+Green+Blue) = 251+123+129=503 (66% of max value = 765). Red value is 251 (98.44% from 255 or 49.90% from 503); Green value is 123 (48.44% from 255 or 24.45% from 503); Blue value is 129 (50.78% from 255 or 25.65% from 503); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7B81 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB7B81 is #04847E. Grayscale: #A2A2A2. Windows color (decimal): -296063 or 8485883. OLE color: 8485883.

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

Color convert

RGB 251 123 129 -
CMYK 0 0.51 0.49 0.02
HSL 357.19º 0.94% 0.73% -
HSV(B) 357.19º 0.51% 0.98% -
XYZ 50.83 36.26 25.09 -
YUV 161.96 109.41 191.51 -
System Red Green Blue C M Y K H S L
Decimal 251 123 129 0 0.51 0.49 0.02 357.19 0.94 0.73
Hex FB 7B 81 0 33 31 2 165 5E 49
Octal 373 173 201 0 63 61 2 545 136 111
Binary 11111011 1111011 10000001 0 110011 110001 10 101100101 1011110 1001001

Color Harmonies of #FB7B81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB7B81

Black with #FB7B81

Text Example


Text Example

White with #FB7B81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB7B81; }

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

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

background-color css

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

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

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

border-color css

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

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

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