Html Css Color HEX #F17C7D Froly

📋 copy color: '#F17C7D'

red 241 ◦ green 124 ◦ blue 125

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

Shades of Froly #F17C7D

Tints of Froly #F17C7D

RGB

 RED value IS 241 (94.53% from 255) = 49.18%

 GREEN value IS 124 (48.83% from 255) = 25.31%

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

R = 49.18%
G = 25.31%
B = 25.51%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.48

 K value IS 0.05

RGB Variations

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

Color information

#F17C7D (or 0xF17C7D) is known color: Froly. HEX triplet: F1, 7C and 7D. RGB value is (241,124,125). Sum of RGB (Red+Green+Blue) = 241+124+125=490 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.18% from 490); Green value is 124 (48.83% from 255 or 25.31% from 490); Blue value is 125 (49.22% from 255 or 25.51% from 490); Max value from RGB is 241 - color contains mainly: red. Hex color #F17C7D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F17C7D is #0E8382. Grayscale: #9F9F9F. Windows color (decimal): -951171 or 8223985. OLE color: 8223985.

HSL color Cylindrical-coordinate representation of color #F17C7D: hue angle of 359.49º degrees, saturation: 0.81, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F17C7D is Cyan = 0, Magento = 0.49, Yellow = 0.48 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 124 125 -
CMYK 0 0.49 0.48 0.05
HSL 359.49º 0.81% 0.72% -
HSV(B) 359.49º 0.49% 0.95% -
XYZ 47.18 34.6 23.59 -
YUV 159.1 108.76 186.42 -
System Red Green Blue C M Y K H S L
Decimal 241 124 125 0 0.49 0.48 0.05 359.49 0.81 0.72
Hex F1 7C 7D 0 31 30 5 167 51 48
Octal 361 174 175 0 61 60 5 547 121 110
Binary 11110001 1111100 1111101 0 110001 110000 101 101100111 1010001 1001000

Color Harmonies of #F17C7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F17C7D

Black with #F17C7D

Text Example


Text Example

White with #F17C7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F17C7D; }

 p { color: rgb(241,124,125); }

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

background-color css

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

 a { background-color: rgb(241,124,125); }

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

border-color css

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

 span { border-color: rgb(241,124,125); }

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