Html Css Color HEX #F47074 Froly

📋 copy color: '#F47074'

red 244 ◦ green 112 ◦ blue 116

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

Shades of Froly #F47074

Tints of Froly #F47074

RGB

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

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

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

R = 51.69%
G = 23.73%
B = 24.58%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.52

 K value IS 0.04

RGB Variations

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

Color information

#F47074 (or 0xF47074) is known color: Froly. HEX triplet: F4, 70 and 74. RGB value is (244,112,116). Sum of RGB (Red+Green+Blue) = 244+112+116=472 (62% of max value = 765). Red value is 244 (95.70% from 255 or 51.69% from 472); Green value is 112 (44.14% from 255 or 23.73% from 472); Blue value is 116 (45.70% from 255 or 24.58% from 472); Max value from RGB is 244 - color contains mainly: red. Hex color #F47074 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F47074 is #0B8F8B. Grayscale: #989898. Windows color (decimal): -757644 or 7631092. OLE color: 7631092.

HSL color Cylindrical-coordinate representation of color #F47074: hue angle of 358.18º 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 #F47074 is Cyan = 0, Magento = 0.54, Yellow = 0.52 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 112 116 -
CMYK 0 0.54 0.52 0.04
HSL 358.18º 0.86% 0.7% -
HSV(B) 358.18º 0.54% 0.96% -
XYZ 46.25 32.08 20.28 -
YUV 151.92 107.73 193.67 -
System Red Green Blue C M Y K H S L
Decimal 244 112 116 0 0.54 0.52 0.04 358.18 0.86 0.7
Hex F4 70 74 0 36 34 4 166 56 46
Octal 364 160 164 0 66 64 4 546 126 106
Binary 11110100 1110000 1110100 0 110110 110100 100 101100110 1010110 1000110

Color Harmonies of #F47074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F47074

Black with #F47074

Text Example


Text Example

White with #F47074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F47074; }

 p { color: rgb(244,112,116); }

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

background-color css

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

 a { background-color: rgb(244,112,116); }

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

border-color css

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

 span { border-color: rgb(244,112,116); }

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