Html Css Color HEX #F5717D Froly

📋 copy color: '#F5717D'

red 245 ◦ green 113 ◦ blue 125

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

Shades of Froly #F5717D

Tints of Froly #F5717D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 25.88%

R = 50.72%
G = 23.4%
B = 25.88%

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

#F5717D (or 0xF5717D) is known color: Froly. HEX triplet: F5, 71 and 7D. RGB value is (245,113,125). Sum of RGB (Red+Green+Blue) = 245+113+125=483 (63% of max value = 765). Red value is 245 (96.09% from 255 or 50.72% from 483); Green value is 113 (44.53% from 255 or 23.40% from 483); Blue value is 125 (49.22% from 255 or 25.88% from 483); Max value from RGB is 245 - color contains mainly: red. Hex color #F5717D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F5717D is #0A8E82. Grayscale: #999999. Windows color (decimal): -691843 or 8221173. OLE color: 8221173.

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

Color convert

RGB 245 113 125 -
CMYK 0 0.54 0.49 0.04
HSL 354.55º 0.87% 0.7% -
HSV(B) 354.55º 0.54% 0.96% -
XYZ 47.26 32.7 23.22 -
YUV 153.84 111.73 193.02 -
System Red Green Blue C M Y K H S L
Decimal 245 113 125 0 0.54 0.49 0.04 354.55 0.87 0.7
Hex F5 71 7D 0 36 31 4 163 57 46
Octal 365 161 175 0 66 61 4 543 127 106
Binary 11110101 1110001 1111101 0 110110 110001 100 101100011 1010111 1000110

Color Harmonies of #F5717D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5717D

Black with #F5717D

Text Example


Text Example

White with #F5717D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5717D; }

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

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

background-color css

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

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

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

border-color css

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

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

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