Html Css Color HEX #F5717F Froly

📋 copy color: '#F5717F'

red 245 ◦ green 113 ◦ blue 127

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

Shades of Froly #F5717F

Tints of Froly #F5717F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 26.19%

R = 50.52%
G = 23.3%
B = 26.19%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.48

 K value IS 0.04

RGB Variations

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

Color information

#F5717F (or 0xF5717F) is known color: Froly. HEX triplet: F5, 71 and 7F. RGB value is (245,113,127). Sum of RGB (Red+Green+Blue) = 245+113+127=485 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50.52% from 485); Green value is 113 (44.53% from 255 or 23.30% from 485); Blue value is 127 (50% from 255 or 26.19% from 485); Max value from RGB is 245 - color contains mainly: red. Hex color #F5717F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F5717F is #0A8E80. Grayscale: #9A9A9A. Windows color (decimal): -691841 or 8352245. OLE color: 8352245.

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

Color convert

RGB 245 113 127 -
CMYK 0 0.54 0.48 0.04
HSL 353.64º 0.87% 0.7% -
HSV(B) 353.64º 0.54% 0.96% -
XYZ 47.39 32.76 23.9 -
YUV 154.06 112.73 192.86 -
System Red Green Blue C M Y K H S L
Decimal 245 113 127 0 0.54 0.48 0.04 353.64 0.87 0.7
Hex F5 71 7F 0 36 30 4 162 57 46
Octal 365 161 177 0 66 60 4 542 127 106
Binary 11110101 1110001 1111111 0 110110 110000 100 101100010 1010111 1000110

Color Harmonies of #F5717F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5717F

Black with #F5717F

Text Example


Text Example

White with #F5717F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5717F; }

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

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

background-color css

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

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

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

border-color css

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

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

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