Html Css Color HEX #F5767C Froly

📋 copy color: '#F5767C'

red 245 ◦ green 118 ◦ blue 124

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

Shades of Froly #F5767C

Tints of Froly #F5767C

RGB

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

 GREEN value IS 118 (46.48% from 255) = 24.23%

 BLUE value IS 124 (48.83% from 255) = 25.46%

R = 50.31%
G = 24.23%
B = 25.46%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.49

 K value IS 0.04

RGB Variations

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

Color information

#F5767C (or 0xF5767C) is known color: Froly. HEX triplet: F5, 76 and 7C. RGB value is (245,118,124). Sum of RGB (Red+Green+Blue) = 245+118+124=487 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50.31% from 487); Green value is 118 (46.48% from 255 or 24.23% from 487); Blue value is 124 (48.83% from 255 or 25.46% from 487); Max value from RGB is 245 - color contains mainly: red. Hex color #F5767C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F5767C is #0A8983. Grayscale: #9C9C9C. Windows color (decimal): -690564 or 8156917. OLE color: 8156917.

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

Color convert

RGB 245 118 124 -
CMYK 0 0.52 0.49 0.04
HSL 357.17º 0.86% 0.71% -
HSV(B) 357.17º 0.52% 0.96% -
XYZ 47.77 33.82 23.08 -
YUV 156.66 109.58 191.01 -
System Red Green Blue C M Y K H S L
Decimal 245 118 124 0 0.52 0.49 0.04 357.17 0.86 0.71
Hex F5 76 7C 0 34 31 4 165 56 47
Octal 365 166 174 0 64 61 4 545 126 107
Binary 11110101 1110110 1111100 0 110100 110001 100 101100101 1010110 1000111

Color Harmonies of #F5767C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5767C

Black with #F5767C

Text Example


Text Example

White with #F5767C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5767C; }

 p { color: rgb(245,118,124); }

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

background-color css

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

 a { background-color: rgb(245,118,124); }

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

border-color css

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

 span { border-color: rgb(245,118,124); }

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