Html Css Color HEX #FE7072 Froly

📋 copy color: '#FE7072'

red 254 ◦ green 112 ◦ blue 114

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

Shades of Froly #FE7072

Tints of Froly #FE7072

RGB

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

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

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

R = 52.92%
G = 23.33%
B = 23.75%

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

#FE7072 (or 0xFE7072) is known color: Froly. HEX triplet: FE, 70 and 72. RGB value is (254,112,114). Sum of RGB (Red+Green+Blue) = 254+112+114=480 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.92% from 480); Green value is 112 (44.14% from 255 or 23.33% from 480); Blue value is 114 (44.92% from 255 or 23.75% from 480); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7072 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE7072 is #018F8D. Grayscale: #9A9A9A. Windows color (decimal): -102286 or 7500030. OLE color: 7500030.

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

Color convert

RGB 254 112 114 -
CMYK 0 0.56 0.55 0.00
HSL 359.15º 0.99% 0.72% -
HSV(B) 359.15º 0.56% 1% -
XYZ 49.7 33.87 19.84 -
YUV 154.69 105.04 198.84 -
System Red Green Blue C M Y K H S L
Decimal 254 112 114 0 0.56 0.55 0.00 359.15 0.99 0.72
Hex FE 70 72 0 38 37 0 167 63 48
Octal 376 160 162 0 70 67 0 547 143 110
Binary 11111110 1110000 1110010 0 111000 110111 0 101100111 1100011 1001000

Color Harmonies of #FE7072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE7072

Black with #FE7072

Text Example


Text Example

White with #FE7072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE7072; }

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

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

background-color css

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

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

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

border-color css

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

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

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