Html Css Color HEX #F47172 Froly

📋 copy color: '#F47172'

red 244 ◦ green 113 ◦ blue 114

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

Shades of Froly #F47172

Tints of Froly #F47172

RGB

 RED value IS 244 (95.7% from 255) = 51.8%

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

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

R = 51.8%
G = 23.99%
B = 24.2%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.53

 K value IS 0.04

RGB Variations

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

Color information

#F47172 (or 0xF47172) is known color: Froly. HEX triplet: F4, 71 and 72. RGB value is (244,113,114). Sum of RGB (Red+Green+Blue) = 244+113+114=471 (62% of max value = 765). Red value is 244 (95.70% from 255 or 51.80% from 471); Green value is 113 (44.53% from 255 or 23.99% from 471); Blue value is 114 (44.92% from 255 or 24.20% from 471); Max value from RGB is 244 - color contains mainly: red. Hex color #F47172 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F47172 is #0B8E8D. Grayscale: #989898. Windows color (decimal): -757390 or 7500276. OLE color: 7500276.

HSL color Cylindrical-coordinate representation of color #F47172: hue angle of 359.54º degrees, saturation: 0.86, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F47172 is Cyan = 0, Magento = 0.54, Yellow = 0.53 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 113 114 -
CMYK 0 0.54 0.53 0.04
HSL 359.54º 0.86% 0.7% -
HSV(B) 359.54º 0.54% 0.96% -
XYZ 46.25 32.26 19.71 -
YUV 152.28 106.4 193.42 -
System Red Green Blue C M Y K H S L
Decimal 244 113 114 0 0.54 0.53 0.04 359.54 0.86 0.7
Hex F4 71 72 0 36 35 4 168 56 46
Octal 364 161 162 0 66 65 4 550 126 106
Binary 11110100 1110001 1110010 0 110110 110101 100 101101000 1010110 1000110

Color Harmonies of #F47172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F47172

Black with #F47172

Text Example


Text Example

White with #F47172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F47172; }

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

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

background-color css

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

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

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

border-color css

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

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

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