Html Css Color HEX #FB6E6F Froly

📋 copy color: '#FB6E6F'

red 251 ◦ green 110 ◦ blue 111

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

Shades of Froly #FB6E6F

Tints of Froly #FB6E6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 23.52%

R = 53.18%
G = 23.31%
B = 23.52%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.56

 K value IS 0.02

RGB Variations

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

Color information

#FB6E6F (or 0xFB6E6F) is known color: Froly. HEX triplet: FB, 6E and 6F. RGB value is (251,110,111). Sum of RGB (Red+Green+Blue) = 251+110+111=472 (62% of max value = 765). Red value is 251 (98.44% from 255 or 53.18% from 472); Green value is 110 (43.36% from 255 or 23.31% from 472); Blue value is 111 (43.75% from 255 or 23.52% from 472); Max value from RGB is 251 - color contains mainly: red. Hex color #FB6E6F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB6E6F is #049190. Grayscale: #989898. Windows color (decimal): -299409 or 7302907. OLE color: 7302907.

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

Color convert

RGB 251 110 111 -
CMYK 0 0.56 0.56 0.02
HSL 359.57º 0.95% 0.71% -
HSV(B) 359.57º 0.56% 0.98% -
XYZ 48.23 32.81 18.83 -
YUV 152.27 104.71 198.42 -
System Red Green Blue C M Y K H S L
Decimal 251 110 111 0 0.56 0.56 0.02 359.57 0.95 0.71
Hex FB 6E 6F 0 38 38 2 168 5F 47
Octal 373 156 157 0 70 70 2 550 137 107
Binary 11111011 1101110 1101111 0 111000 111000 10 101101000 1011111 1000111

Color Harmonies of #FB6E6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB6E6F

Black with #FB6E6F

Text Example


Text Example

White with #FB6E6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB6E6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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