Html Css Color HEX #FB6E73 Froly

📋 copy color: '#FB6E73'

red 251 ◦ green 110 ◦ blue 115

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

Shades of Froly #FB6E73

Tints of Froly #FB6E73

RGB

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

 GREEN value IS 110 (43.36% from 255) = 23.11%

 BLUE value IS 115 (45.31% from 255) = 24.16%

R = 52.73%
G = 23.11%
B = 24.16%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.54

 K value IS 0.02

RGB Variations

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

Color information

#FB6E73 (or 0xFB6E73) is known color: Froly. HEX triplet: FB, 6E and 73. RGB value is (251,110,115). Sum of RGB (Red+Green+Blue) = 251+110+115=476 (63% of max value = 765). Red value is 251 (98.44% from 255 or 52.73% from 476); Green value is 110 (43.36% from 255 or 23.11% from 476); Blue value is 115 (45.31% from 255 or 24.16% from 476); Max value from RGB is 251 - color contains mainly: red. Hex color #FB6E73 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB6E73 is #04918C. Grayscale: #989898. Windows color (decimal): -299405 or 7565051. OLE color: 7565051.

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

Color convert

RGB 251 110 115 -
CMYK 0 0.56 0.54 0.02
HSL 357.87º 0.95% 0.71% -
HSV(B) 357.87º 0.56% 0.98% -
XYZ 48.45 32.9 20.02 -
YUV 152.73 106.71 198.09 -
System Red Green Blue C M Y K H S L
Decimal 251 110 115 0 0.56 0.54 0.02 357.87 0.95 0.71
Hex FB 6E 73 0 38 36 2 166 5F 47
Octal 373 156 163 0 70 66 2 546 137 107
Binary 11111011 1101110 1110011 0 111000 110110 10 101100110 1011111 1000111

Color Harmonies of #FB6E73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB6E73

Black with #FB6E73

Text Example


Text Example

White with #FB6E73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB6E73; }

 p { color: rgb(251,110,115); }

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

background-color css

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

 a { background-color: rgb(251,110,115); }

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

border-color css

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

 span { border-color: rgb(251,110,115); }

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