Html Css Color HEX #F17074 Froly

📋 copy color: '#F17074'

red 241 ◦ green 112 ◦ blue 116

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

Shades of Froly #F17074

Tints of Froly #F17074

RGB

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

 GREEN value IS 112 (44.14% from 255) = 23.88%

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

R = 51.39%
G = 23.88%
B = 24.73%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.52

 K value IS 0.05

RGB Variations

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

Color information

#F17074 (or 0xF17074) is known color: Froly. HEX triplet: F1, 70 and 74. RGB value is (241,112,116). Sum of RGB (Red+Green+Blue) = 241+112+116=469 (62% of max value = 765). Red value is 241 (94.53% from 255 or 51.39% from 469); Green value is 112 (44.14% from 255 or 23.88% from 469); Blue value is 116 (45.70% from 255 or 24.73% from 469); Max value from RGB is 241 - color contains mainly: red. Hex color #F17074 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F17074 is #0E8F8B. Grayscale: #979797. Windows color (decimal): -954252 or 7631089. OLE color: 7631089.

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

Color convert

RGB 241 112 116 -
CMYK 0 0.54 0.52 0.05
HSL 358.14º 0.82% 0.69% -
HSV(B) 358.14º 0.54% 0.95% -
XYZ 45.22 31.55 20.23 -
YUV 151.03 108.24 192.17 -
System Red Green Blue C M Y K H S L
Decimal 241 112 116 0 0.54 0.52 0.05 358.14 0.82 0.69
Hex F1 70 74 0 36 34 5 166 52 45
Octal 361 160 164 0 66 64 5 546 122 105
Binary 11110001 1110000 1110100 0 110110 110100 101 101100110 1010010 1000101

Color Harmonies of #F17074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F17074

Black with #F17074

Text Example


Text Example

White with #F17074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F17074; }

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

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

background-color css

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

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

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

border-color css

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

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

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