Html Css Color HEX #FE7173 Froly

📋 copy color: '#FE7173'

red 254 ◦ green 113 ◦ blue 115

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

Shades of Froly #FE7173

Tints of Froly #FE7173

RGB

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

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

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

R = 52.7%
G = 23.44%
B = 23.86%

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

#FE7173 (or 0xFE7173) is known color: Froly. HEX triplet: FE, 71 and 73. RGB value is (254,113,115). Sum of RGB (Red+Green+Blue) = 254+113+115=482 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.70% from 482); Green value is 113 (44.53% from 255 or 23.44% from 482); Blue value is 115 (45.31% from 255 or 23.86% from 482); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7173 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE7173 is #018E8C. Grayscale: #9B9B9B. Windows color (decimal): -102029 or 7565822. OLE color: 7565822.

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

Color convert

RGB 254 113 115 -
CMYK 0 0.56 0.55 0.00
HSL 359.15º 0.99% 0.72% -
HSV(B) 359.15º 0.56% 1% -
XYZ 49.87 34.12 20.18 -
YUV 155.39 105.21 198.34 -
System Red Green Blue C M Y K H S L
Decimal 254 113 115 0 0.56 0.55 0.00 359.15 0.99 0.72
Hex FE 71 73 0 38 37 0 167 63 48
Octal 376 161 163 0 70 67 0 547 143 110
Binary 11111110 1110001 1110011 0 111000 110111 0 101100111 1100011 1001000

Color Harmonies of #FE7173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE7173

Black with #FE7173

Text Example


Text Example

White with #FE7173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE7173; }

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

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

background-color css

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

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

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

border-color css

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

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

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