Html Css Color HEX #F57274 Froly

📋 copy color: '#F57274'

red 245 ◦ green 114 ◦ blue 116

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

Shades of Froly #F57274

Tints of Froly #F57274

RGB

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

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

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

R = 51.58%
G = 24%
B = 24.42%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.53

 K value IS 0.04

RGB Variations

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

Color information

#F57274 (or 0xF57274) is known color: Froly. HEX triplet: F5, 72 and 74. RGB value is (245,114,116). Sum of RGB (Red+Green+Blue) = 245+114+116=475 (62% of max value = 765). Red value is 245 (96.09% from 255 or 51.58% from 475); Green value is 114 (44.92% from 255 or 24% from 475); Blue value is 116 (45.70% from 255 or 24.42% from 475); Max value from RGB is 245 - color contains mainly: red. Hex color #F57274 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F57274 is #0A8D8B. Grayscale: #999999. Windows color (decimal): -691596 or 7631605. OLE color: 7631605.

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

Color convert

RGB 245 114 116 -
CMYK 0 0.53 0.53 0.04
HSL 359.08º 0.87% 0.7% -
HSV(B) 359.08º 0.53% 0.96% -
XYZ 46.83 32.71 20.37 -
YUV 153.4 106.9 193.34 -
System Red Green Blue C M Y K H S L
Decimal 245 114 116 0 0.53 0.53 0.04 359.08 0.87 0.7
Hex F5 72 74 0 35 35 4 167 57 46
Octal 365 162 164 0 65 65 4 547 127 106
Binary 11110101 1110010 1110100 0 110101 110101 100 101100111 1010111 1000110

Color Harmonies of #F57274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F57274

Black with #F57274

Text Example


Text Example

White with #F57274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F57274; }

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

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

background-color css

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

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

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

border-color css

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

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

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