Html Css Color HEX #FE7172 Froly

📋 copy color: '#FE7172'

red 254 ◦ green 113 ◦ blue 114

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

Shades of Froly #FE7172

Tints of Froly #FE7172

RGB

 RED value IS 254 (99.61% from 255) = 52.81%

 GREEN value IS 113 (44.53% from 255) = 23.49%

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

R = 52.81%
G = 23.49%
B = 23.7%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.55

 K value IS 0.00

RGB Variations

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

Color information

#FE7172 (or 0xFE7172) is known color: Froly. HEX triplet: FE, 71 and 72. RGB value is (254,113,114). Sum of RGB (Red+Green+Blue) = 254+113+114=481 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.81% from 481); Green value is 113 (44.53% from 255 or 23.49% from 481); Blue value is 114 (44.92% from 255 or 23.70% from 481); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7172 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE7172 is #018E8D. Grayscale: #9B9B9B. Windows color (decimal): -102030 or 7500286. OLE color: 7500286.

HSL color Cylindrical-coordinate representation of color #FE7172: hue angle of 359.57º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FE7172 is Cyan = 0, Magento = 0.56, Yellow = 0.55 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 113 114 -
CMYK 0 0.56 0.55 0.00
HSL 359.57º 0.99% 0.72% -
HSV(B) 359.57º 0.56% 1% -
XYZ 49.82 34.1 19.88 -
YUV 155.27 104.71 198.42 -
System Red Green Blue C M Y K H S L
Decimal 254 113 114 0 0.56 0.55 0.00 359.57 0.99 0.72
Hex FE 71 72 0 38 37 0 168 63 48
Octal 376 161 162 0 70 67 0 550 143 110
Binary 11111110 1110001 1110010 0 111000 110111 0 101101000 1100011 1001000

Color Harmonies of #FE7172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE7172

Black with #FE7172

Text Example


Text Example

White with #FE7172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE7172; }

 p { color: rgb(254,113,114); }

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

background-color css

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

 a { background-color: rgb(254,113,114); }

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

border-color css

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

 span { border-color: rgb(254,113,114); }

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