Html Css Color HEX #F57175 Froly

📋 copy color: '#F57175'

red 245 ◦ green 113 ◦ blue 117

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

Shades of Froly #F57175

Tints of Froly #F57175

RGB

 RED value IS 245 (96.09% from 255) = 51.58%

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

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

R = 51.58%
G = 23.79%
B = 24.63%

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

#F57175 (or 0xF57175) is known color: Froly. HEX triplet: F5, 71 and 75. RGB value is (245,113,117). Sum of RGB (Red+Green+Blue) = 245+113+117=475 (62% of max value = 765). Red value is 245 (96.09% from 255 or 51.58% from 475); Green value is 113 (44.53% from 255 or 23.79% from 475); Blue value is 117 (46.09% from 255 or 24.63% from 475); Max value from RGB is 245 - color contains mainly: red. Hex color #F57175 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F57175 is #0A8E8A. Grayscale: #999999. Windows color (decimal): -691851 or 7696885. OLE color: 7696885.

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

Color convert

RGB 245 113 117 -
CMYK 0 0.54 0.52 0.04
HSL 358.18º 0.87% 0.7% -
HSV(B) 358.18º 0.54% 0.96% -
XYZ 46.77 32.51 20.64 -
YUV 152.92 107.73 193.67 -
System Red Green Blue C M Y K H S L
Decimal 245 113 117 0 0.54 0.52 0.04 358.18 0.87 0.7
Hex F5 71 75 0 36 34 4 166 57 46
Octal 365 161 165 0 66 64 4 546 127 106
Binary 11110101 1110001 1110101 0 110110 110100 100 101100110 1010111 1000110

Color Harmonies of #F57175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F57175

Black with #F57175

Text Example


Text Example

White with #F57175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F57175; }

 p { color: rgb(245,113,117); }

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

background-color css

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

 a { background-color: rgb(245,113,117); }

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

border-color css

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

 span { border-color: rgb(245,113,117); }

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