Html Css Color HEX #F57782 Froly

📋 copy color: '#F57782'

red 245 ◦ green 119 ◦ blue 130

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

Shades of Froly #F57782

Tints of Froly #F57782

RGB

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

 GREEN value IS 119 (46.88% from 255) = 24.09%

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

R = 49.6%
G = 24.09%
B = 26.32%

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

#F57782 (or 0xF57782) is known color: Froly. HEX triplet: F5, 77 and 82. RGB value is (245,119,130). Sum of RGB (Red+Green+Blue) = 245+119+130=494 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.60% from 494); Green value is 119 (46.88% from 255 or 24.09% from 494); Blue value is 130 (51.17% from 255 or 26.32% from 494); Max value from RGB is 245 - color contains mainly: red. Hex color #F57782 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F57782 is #0A887D. Grayscale: #9E9E9E. Windows color (decimal): -690302 or 8550389. OLE color: 8550389.

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

Color convert

RGB 245 119 130 -
CMYK 0 0.51 0.47 0.04
HSL 354.76º 0.86% 0.71% -
HSV(B) 354.76º 0.51% 0.96% -
XYZ 48.28 34.22 25.18 -
YUV 157.93 112.24 190.11 -
System Red Green Blue C M Y K H S L
Decimal 245 119 130 0 0.51 0.47 0.04 354.76 0.86 0.71
Hex F5 77 82 0 33 2F 4 163 56 47
Octal 365 167 202 0 63 57 4 543 126 107
Binary 11110101 1110111 10000010 0 110011 101111 100 101100011 1010110 1000111

Color Harmonies of #F57782

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F57782

Black with #F57782

Text Example


Text Example

White with #F57782

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F57782; }

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

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

background-color css

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

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

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

border-color css

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

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

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