Html Css Color HEX #F5717C Froly

📋 copy color: '#F5717C'

red 245 ◦ green 113 ◦ blue 124

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

Shades of Froly #F5717C

Tints of Froly #F5717C

RGB

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

 GREEN value IS 113 (44.53% from 255) = 23.44%

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

R = 50.83%
G = 23.44%
B = 25.73%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.49

 K value IS 0.04

RGB Variations

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

Color information

#F5717C (or 0xF5717C) is known color: Froly. HEX triplet: F5, 71 and 7C. RGB value is (245,113,124). Sum of RGB (Red+Green+Blue) = 245+113+124=482 (63% of max value = 765). Red value is 245 (96.09% from 255 or 50.83% from 482); Green value is 113 (44.53% from 255 or 23.44% from 482); Blue value is 124 (48.83% from 255 or 25.73% from 482); Max value from RGB is 245 - color contains mainly: red. Hex color #F5717C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F5717C is #0A8E83. Grayscale: #999999. Windows color (decimal): -691844 or 8155637. OLE color: 8155637.

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

Color convert

RGB 245 113 124 -
CMYK 0 0.54 0.49 0.04
HSL 355º 0.87% 0.7% -
HSV(B) 355º 0.54% 0.96% -
XYZ 47.2 32.68 22.89 -
YUV 153.72 111.23 193.11 -
System Red Green Blue C M Y K H S L
Decimal 245 113 124 0 0.54 0.49 0.04 355 0.87 0.7
Hex F5 71 7C 0 36 31 4 163 57 46
Octal 365 161 174 0 66 61 4 543 127 106
Binary 11110101 1110001 1111100 0 110110 110001 100 101100011 1010111 1000110

Color Harmonies of #F5717C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5717C

Black with #F5717C

Text Example


Text Example

White with #F5717C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5717C; }

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

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

background-color css

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

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

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

border-color css

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

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

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