Html Css Color HEX #FB747B Froly

📋 copy color: '#FB747B'

red 251 ◦ green 116 ◦ blue 123

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

Shades of Froly #FB747B

Tints of Froly #FB747B

RGB

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

 GREEN value IS 116 (45.7% from 255) = 23.67%

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

R = 51.22%
G = 23.67%
B = 25.1%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.51

 K value IS 0.02

RGB Variations

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

Color information

#FB747B (or 0xFB747B) is known color: Froly. HEX triplet: FB, 74 and 7B. RGB value is (251,116,123). Sum of RGB (Red+Green+Blue) = 251+116+123=490 (64% of max value = 765). Red value is 251 (98.44% from 255 or 51.22% from 490); Green value is 116 (45.70% from 255 or 23.67% from 490); Blue value is 123 (48.44% from 255 or 25.10% from 490); Max value from RGB is 251 - color contains mainly: red. Hex color #FB747B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB747B is #048B84. Grayscale: #9D9D9D. Windows color (decimal): -297861 or 8090875. OLE color: 8090875.

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

Color convert

RGB 251 116 123 -
CMYK 0 0.54 0.51 0.02
HSL 356.89º 0.94% 0.72% -
HSV(B) 356.89º 0.54% 0.98% -
XYZ 49.6 34.43 22.77 -
YUV 157.16 108.73 194.93 -
System Red Green Blue C M Y K H S L
Decimal 251 116 123 0 0.54 0.51 0.02 356.89 0.94 0.72
Hex FB 74 7B 0 36 33 2 165 5E 48
Octal 373 164 173 0 66 63 2 545 136 110
Binary 11111011 1110100 1111011 0 110110 110011 10 101100101 1011110 1001000

Color Harmonies of #FB747B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB747B

Black with #FB747B

Text Example


Text Example

White with #FB747B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB747B; }

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

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

background-color css

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

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

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

border-color css

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

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

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