Html Css Color HEX #FB7E7F Froly

📋 copy color: '#FB7E7F'

red 251 ◦ green 126 ◦ blue 127

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

Shades of Froly #FB7E7F

Tints of Froly #FB7E7F

RGB

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

 GREEN value IS 126 (49.61% from 255) = 25%

 BLUE value IS 127 (50% from 255) = 25.2%

R = 49.8%
G = 25%
B = 25.2%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.49

 K value IS 0.02

RGB Variations

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

Color information

#FB7E7F (or 0xFB7E7F) is known color: Froly. HEX triplet: FB, 7E and 7F. RGB value is (251,126,127). Sum of RGB (Red+Green+Blue) = 251+126+127=504 (66% of max value = 765). Red value is 251 (98.44% from 255 or 49.80% from 504); Green value is 126 (49.61% from 255 or 25% from 504); Blue value is 127 (50% from 255 or 25.20% from 504); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7E7F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB7E7F is #048180. Grayscale: #A3A3A3. Windows color (decimal): -295297 or 8355579. OLE color: 8355579.

HSL color Cylindrical-coordinate representation of color #FB7E7F: hue angle of 359.52º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FB7E7F is Cyan = 0, Magento = 0.50, Yellow = 0.49 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 126 127 -
CMYK 0 0.50 0.49 0.02
HSL 359.52º 0.94% 0.74% -
HSV(B) 359.52º 0.5% 0.98% -
XYZ 51.08 36.96 24.52 -
YUV 163.49 107.41 190.42 -
System Red Green Blue C M Y K H S L
Decimal 251 126 127 0 0.50 0.49 0.02 359.52 0.94 0.74
Hex FB 7E 7F 0 32 31 2 168 5E 4A
Octal 373 176 177 0 62 61 2 550 136 112
Binary 11111011 1111110 1111111 0 110010 110001 10 101101000 1011110 1001010

Color Harmonies of #FB7E7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB7E7F

Black with #FB7E7F

Text Example


Text Example

White with #FB7E7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB7E7F; }

 p { color: rgb(251,126,127); }

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

background-color css

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

 a { background-color: rgb(251,126,127); }

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

border-color css

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

 span { border-color: rgb(251,126,127); }

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