Html Css Color HEX #F57983 Froly

📋 copy color: '#F57983'

red 245 ◦ green 121 ◦ blue 131

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

Shades of Froly #F57983

Tints of Froly #F57983

RGB

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

 GREEN value IS 121 (47.66% from 255) = 24.35%

 BLUE value IS 131 (51.56% from 255) = 26.36%

R = 49.3%
G = 24.35%
B = 26.36%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.47

 K value IS 0.04

RGB Variations

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

Color information

#F57983 (or 0xF57983) is known color: Froly. HEX triplet: F5, 79 and 83. RGB value is (245,121,131). Sum of RGB (Red+Green+Blue) = 245+121+131=497 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.30% from 497); Green value is 121 (47.66% from 255 or 24.35% from 497); Blue value is 131 (51.56% from 255 or 26.36% from 497); Max value from RGB is 245 - color contains mainly: red. Hex color #F57983 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F57983 is #0A867C. Grayscale: #9F9F9F. Windows color (decimal): -689789 or 8616437. OLE color: 8616437.

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

Color convert

RGB 245 121 131 -
CMYK 0 0.51 0.47 0.04
HSL 355.16º 0.86% 0.72% -
HSV(B) 355.16º 0.51% 0.96% -
XYZ 48.59 34.73 25.61 -
YUV 159.22 112.08 189.19 -
System Red Green Blue C M Y K H S L
Decimal 245 121 131 0 0.51 0.47 0.04 355.16 0.86 0.72
Hex F5 79 83 0 33 2F 4 163 56 48
Octal 365 171 203 0 63 57 4 543 126 110
Binary 11110101 1111001 10000011 0 110011 101111 100 101100011 1010110 1001000

Color Harmonies of #F57983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F57983

Black with #F57983

Text Example


Text Example

White with #F57983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F57983; }

 p { color: rgb(245,121,131); }

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

background-color css

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

 a { background-color: rgb(245,121,131); }

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

border-color css

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

 span { border-color: rgb(245,121,131); }

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