Html Css Color HEX #F58082 Froly

📋 copy color: '#F58082'

red 245 ◦ green 128 ◦ blue 130

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

Shades of Froly #F58082

Tints of Froly #F58082

RGB

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

 GREEN value IS 128 (50.39% from 255) = 25.45%

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

R = 48.71%
G = 25.45%
B = 25.84%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.47

 K value IS 0.04

RGB Variations

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

Color information

#F58082 (or 0xF58082) is known color: Froly. HEX triplet: F5, 80 and 82. RGB value is (245,128,130). Sum of RGB (Red+Green+Blue) = 245+128+130=503 (66% of max value = 765). Red value is 245 (96.09% from 255 or 48.71% from 503); Green value is 128 (50.39% from 255 or 25.45% from 503); Blue value is 130 (51.17% from 255 or 25.84% from 503); Max value from RGB is 245 - color contains mainly: red. Hex color #F58082 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F58082 is #0A7F7D. Grayscale: #A3A3A3. Windows color (decimal): -687998 or 8552693. OLE color: 8552693.

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

Color convert

RGB 245 128 130 -
CMYK 0 0.48 0.47 0.04
HSL 358.97º 0.85% 0.73% -
HSV(B) 358.97º 0.48% 0.96% -
XYZ 49.4 36.46 25.55 -
YUV 163.21 109.26 186.34 -
System Red Green Blue C M Y K H S L
Decimal 245 128 130 0 0.48 0.47 0.04 358.97 0.85 0.73
Hex F5 80 82 0 30 2F 4 167 55 49
Octal 365 200 202 0 60 57 4 547 125 111
Binary 11110101 10000000 10000010 0 110000 101111 100 101100111 1010101 1001001

Color Harmonies of #F58082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F58082

Black with #F58082

Text Example


Text Example

White with #F58082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F58082; }

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

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

background-color css

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

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

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

border-color css

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

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

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