Html Css Color HEX #F47075 Froly

📋 copy color: '#F47075'

red 244 ◦ green 112 ◦ blue 117

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

Shades of Froly #F47075

Tints of Froly #F47075

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 24.74%

R = 51.59%
G = 23.68%
B = 24.74%

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

#F47075 (or 0xF47075) is known color: Froly. HEX triplet: F4, 70 and 75. RGB value is (244,112,117). Sum of RGB (Red+Green+Blue) = 244+112+117=473 (62% of max value = 765). Red value is 244 (95.70% from 255 or 51.59% from 473); Green value is 112 (44.14% from 255 or 23.68% from 473); Blue value is 117 (46.09% from 255 or 24.74% from 473); Max value from RGB is 244 - color contains mainly: red. Hex color #F47075 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F47075 is #0B8F8A. Grayscale: #989898. Windows color (decimal): -757643 or 7696628. OLE color: 7696628.

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

Color convert

RGB 244 112 117 -
CMYK 0 0.54 0.52 0.04
HSL 357.73º 0.86% 0.7% -
HSV(B) 357.73º 0.54% 0.96% -
XYZ 46.31 32.11 20.59 -
YUV 152.04 108.23 193.59 -
System Red Green Blue C M Y K H S L
Decimal 244 112 117 0 0.54 0.52 0.04 357.73 0.86 0.7
Hex F4 70 75 0 36 34 4 166 56 46
Octal 364 160 165 0 66 64 4 546 126 106
Binary 11110100 1110000 1110101 0 110110 110100 100 101100110 1010110 1000110

Color Harmonies of #F47075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F47075

Black with #F47075

Text Example


Text Example

White with #F47075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F47075; }

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

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

background-color css

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

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

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

border-color css

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

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

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