Html Css Color HEX #F57982 Froly

📋 copy color: '#F57982'

red 245 ◦ green 121 ◦ blue 130

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

Shades of Froly #F57982

Tints of Froly #F57982

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 26.21%

R = 49.4%
G = 24.4%
B = 26.21%

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

#F57982 (or 0xF57982) is known color: Froly. HEX triplet: F5, 79 and 82. RGB value is (245,121,130). Sum of RGB (Red+Green+Blue) = 245+121+130=496 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.40% from 496); Green value is 121 (47.66% from 255 or 24.40% from 496); Blue value is 130 (51.17% from 255 or 26.21% from 496); Max value from RGB is 245 - color contains mainly: red. Hex color #F57982 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F57982 is #0A867D. Grayscale: #9F9F9F. Windows color (decimal): -689790 or 8550901. OLE color: 8550901.

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

Color convert

RGB 245 121 130 -
CMYK 0 0.51 0.47 0.04
HSL 355.65º 0.86% 0.72% -
HSV(B) 355.65º 0.51% 0.96% -
XYZ 48.52 34.7 25.26 -
YUV 159.1 111.58 189.27 -
System Red Green Blue C M Y K H S L
Decimal 245 121 130 0 0.51 0.47 0.04 355.65 0.86 0.72
Hex F5 79 82 0 33 2F 4 164 56 48
Octal 365 171 202 0 63 57 4 544 126 110
Binary 11110101 1111001 10000010 0 110011 101111 100 101100100 1010110 1001000

Color Harmonies of #F57982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F57982

Black with #F57982

Text Example


Text Example

White with #F57982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F57982; }

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

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

background-color css

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

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

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

border-color css

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

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

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