Html Css Color HEX #FE7071 Froly

📋 copy color: '#FE7071'

red 254 ◦ green 112 ◦ blue 113

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

Shades of Froly #FE7071

Tints of Froly #FE7071

RGB

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

 GREEN value IS 112 (44.14% from 255) = 23.38%

 BLUE value IS 113 (44.53% from 255) = 23.59%

R = 53.03%
G = 23.38%
B = 23.59%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.56

 K value IS 0.00

RGB Variations

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

Color information

#FE7071 (or 0xFE7071) is known color: Froly. HEX triplet: FE, 70 and 71. RGB value is (254,112,113). Sum of RGB (Red+Green+Blue) = 254+112+113=479 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.03% from 479); Green value is 112 (44.14% from 255 or 23.38% from 479); Blue value is 113 (44.53% from 255 or 23.59% from 479); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7071 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE7071 is #018F8E. Grayscale: #9A9A9A. Windows color (decimal): -102287 or 7434494. OLE color: 7434494.

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

Color convert

RGB 254 112 113 -
CMYK 0 0.56 0.56 0.00
HSL 359.58º 0.99% 0.72% -
HSV(B) 359.58º 0.56% 1% -
XYZ 49.65 33.85 19.54 -
YUV 154.57 104.54 198.92 -
System Red Green Blue C M Y K H S L
Decimal 254 112 113 0 0.56 0.56 0.00 359.58 0.99 0.72
Hex FE 70 71 0 38 38 0 168 63 48
Octal 376 160 161 0 70 70 0 550 143 110
Binary 11111110 1110000 1110001 0 111000 111000 0 101101000 1100011 1001000

Color Harmonies of #FE7071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE7071

Black with #FE7071

Text Example


Text Example

White with #FE7071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE7071; }

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

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

background-color css

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

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

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

border-color css

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

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

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