Html Css Color HEX #FB787B Froly

📋 copy color: '#FB787B'

red 251 ◦ green 120 ◦ blue 123

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

Shades of Froly #FB787B

Tints of Froly #FB787B

RGB

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

 GREEN value IS 120 (47.27% from 255) = 24.29%

 BLUE value IS 123 (48.44% from 255) = 24.9%

R = 50.81%
G = 24.29%
B = 24.9%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.51

 K value IS 0.02

RGB Variations

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

Color information

#FB787B (or 0xFB787B) is known color: Froly. HEX triplet: FB, 78 and 7B. RGB value is (251,120,123). Sum of RGB (Red+Green+Blue) = 251+120+123=494 (65% of max value = 765). Red value is 251 (98.44% from 255 or 50.81% from 494); Green value is 120 (47.27% from 255 or 24.29% from 494); Blue value is 123 (48.44% from 255 or 24.90% from 494); Max value from RGB is 251 - color contains mainly: red. Hex color #FB787B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB787B is #048784. Grayscale: #9F9F9F. Windows color (decimal): -296837 or 8091899. OLE color: 8091899.

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

Color convert

RGB 251 120 123 -
CMYK 0 0.52 0.51 0.02
HSL 358.63º 0.94% 0.73% -
HSV(B) 358.63º 0.52% 0.98% -
XYZ 50.08 35.37 22.93 -
YUV 159.51 107.4 193.26 -
System Red Green Blue C M Y K H S L
Decimal 251 120 123 0 0.52 0.51 0.02 358.63 0.94 0.73
Hex FB 78 7B 0 34 33 2 167 5E 49
Octal 373 170 173 0 64 63 2 547 136 111
Binary 11111011 1111000 1111011 0 110100 110011 10 101100111 1011110 1001001

Color Harmonies of #FB787B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB787B

Black with #FB787B

Text Example


Text Example

White with #FB787B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB787B; }

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

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

background-color css

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

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

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

border-color css

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

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

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