Html Css Color HEX #FB7072 Froly

📋 copy color: '#FB7072'

red 251 ◦ green 112 ◦ blue 114

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

Shades of Froly #FB7072

Tints of Froly #FB7072

RGB

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

 GREEN value IS 112 (44.14% from 255) = 23.48%

 BLUE value IS 114 (44.92% from 255) = 23.9%

R = 52.62%
G = 23.48%
B = 23.9%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.55

 K value IS 0.02

RGB Variations

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

Color information

#FB7072 (or 0xFB7072) is known color: Froly. HEX triplet: FB, 70 and 72. RGB value is (251,112,114). Sum of RGB (Red+Green+Blue) = 251+112+114=477 (63% of max value = 765). Red value is 251 (98.44% from 255 or 52.62% from 477); Green value is 112 (44.14% from 255 or 23.48% from 477); Blue value is 114 (44.92% from 255 or 23.90% from 477); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7072 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB7072 is #048F8D. Grayscale: #999999. Windows color (decimal): -298894 or 7500027. OLE color: 7500027.

HSL color Cylindrical-coordinate representation of color #FB7072: hue angle of 359.14º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FB7072 is Cyan = 0, Magento = 0.55, Yellow = 0.55 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 112 114 -
CMYK 0 0.55 0.55 0.02
HSL 359.14º 0.95% 0.71% -
HSV(B) 359.14º 0.55% 0.98% -
XYZ 48.62 33.31 19.79 -
YUV 153.79 105.55 197.34 -
System Red Green Blue C M Y K H S L
Decimal 251 112 114 0 0.55 0.55 0.02 359.14 0.95 0.71
Hex FB 70 72 0 37 37 2 167 5F 47
Octal 373 160 162 0 67 67 2 547 137 107
Binary 11111011 1110000 1110010 0 110111 110111 10 101100111 1011111 1000111

Color Harmonies of #FB7072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB7072

Black with #FB7072

Text Example


Text Example

White with #FB7072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB7072; }

 p { color: rgb(251,112,114); }

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

background-color css

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

 a { background-color: rgb(251,112,114); }

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

border-color css

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

 span { border-color: rgb(251,112,114); }

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