Html Css Color HEX #F17174 Froly

📋 copy color: '#F17174'

red 241 ◦ green 113 ◦ blue 116

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

Shades of Froly #F17174

Tints of Froly #F17174

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 24.68%

R = 51.28%
G = 24.04%
B = 24.68%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.52

 K value IS 0.05

RGB Variations

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

Color information

#F17174 (or 0xF17174) is known color: Froly. HEX triplet: F1, 71 and 74. RGB value is (241,113,116). Sum of RGB (Red+Green+Blue) = 241+113+116=470 (62% of max value = 765). Red value is 241 (94.53% from 255 or 51.28% from 470); Green value is 113 (44.53% from 255 or 24.04% from 470); Blue value is 116 (45.70% from 255 or 24.68% from 470); Max value from RGB is 241 - color contains mainly: red. Hex color #F17174 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F17174 is #0E8E8B. Grayscale: #979797. Windows color (decimal): -953996 or 7631345. OLE color: 7631345.

HSL color Cylindrical-coordinate representation of color #F17174: hue angle of 358.59º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F17174 is Cyan = 0, Magento = 0.53, Yellow = 0.52 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 113 116 -
CMYK 0 0.53 0.52 0.05
HSL 358.59º 0.82% 0.69% -
HSV(B) 358.59º 0.53% 0.95% -
XYZ 45.33 31.77 20.27 -
YUV 151.61 107.91 191.76 -
System Red Green Blue C M Y K H S L
Decimal 241 113 116 0 0.53 0.52 0.05 358.59 0.82 0.69
Hex F1 71 74 0 35 34 5 167 52 45
Octal 361 161 164 0 65 64 5 547 122 105
Binary 11110001 1110001 1110100 0 110101 110100 101 101100111 1010010 1000101

Color Harmonies of #F17174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F17174

Black with #F17174

Text Example


Text Example

White with #F17174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F17174; }

 p { color: rgb(241,113,116); }

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

background-color css

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

 a { background-color: rgb(241,113,116); }

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

border-color css

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

 span { border-color: rgb(241,113,116); }

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