Html Css Color HEX #FE7274 Froly

📋 copy color: '#FE7274'

red 254 ◦ green 114 ◦ blue 116

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

Shades of Froly #FE7274

Tints of Froly #FE7274

RGB

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

 GREEN value IS 114 (44.92% from 255) = 23.55%

 BLUE value IS 116 (45.7% from 255) = 23.97%

R = 52.48%
G = 23.55%
B = 23.97%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.54

 K value IS 0.00

RGB Variations

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

Color information

#FE7274 (or 0xFE7274) is known color: Froly. HEX triplet: FE, 72 and 74. RGB value is (254,114,116). Sum of RGB (Red+Green+Blue) = 254+114+116=484 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.48% from 484); Green value is 114 (44.92% from 255 or 23.55% from 484); Blue value is 116 (45.70% from 255 or 23.97% from 484); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7274 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE7274 is #018D8B. Grayscale: #9C9C9C. Windows color (decimal): -101772 or 7631614. OLE color: 7631614.

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

Color convert

RGB 254 114 116 -
CMYK 0 0.55 0.54 0.00
HSL 359.14º 0.99% 0.72% -
HSV(B) 359.14º 0.55% 1% -
XYZ 50.04 34.37 20.52 -
YUV 156.09 105.38 197.84 -
System Red Green Blue C M Y K H S L
Decimal 254 114 116 0 0.55 0.54 0.00 359.14 0.99 0.72
Hex FE 72 74 0 37 36 0 167 63 48
Octal 376 162 164 0 67 66 0 547 143 110
Binary 11111110 1110010 1110100 0 110111 110110 0 101100111 1100011 1001000

Color Harmonies of #FE7274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE7274

Black with #FE7274

Text Example


Text Example

White with #FE7274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE7274; }

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

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

background-color css

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

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

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

border-color css

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

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

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