Html Css Color HEX #F16C74 Froly

📋 copy color: '#F16C74'

red 241 ◦ green 108 ◦ blue 116

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

Shades of Froly #F16C74

Tints of Froly #F16C74

RGB

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

 GREEN value IS 108 (42.58% from 255) = 23.23%

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

R = 51.83%
G = 23.23%
B = 24.95%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.52

 K value IS 0.05

RGB Variations

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

Color information

#F16C74 (or 0xF16C74) is known color: Froly. HEX triplet: F1, 6C and 74. RGB value is (241,108,116). Sum of RGB (Red+Green+Blue) = 241+108+116=465 (61% of max value = 765). Red value is 241 (94.53% from 255 or 51.83% from 465); Green value is 108 (42.58% from 255 or 23.23% from 465); Blue value is 116 (45.70% from 255 or 24.95% from 465); Max value from RGB is 241 - color contains mainly: red. Hex color #F16C74 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F16C74 is #0E938B. Grayscale: #949494. Windows color (decimal): -955276 or 7630065. OLE color: 7630065.

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

Color convert

RGB 241 108 116 -
CMYK 0 0.55 0.52 0.05
HSL 356.39º 0.83% 0.68% -
HSV(B) 356.39º 0.55% 0.95% -
XYZ 44.79 30.69 20.09 -
YUV 148.68 109.56 193.85 -
System Red Green Blue C M Y K H S L
Decimal 241 108 116 0 0.55 0.52 0.05 356.39 0.83 0.68
Hex F1 6C 74 0 37 34 5 164 53 44
Octal 361 154 164 0 67 64 5 544 123 104
Binary 11110001 1101100 1110100 0 110111 110100 101 101100100 1010011 1000100

Color Harmonies of #F16C74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F16C74

Black with #F16C74

Text Example


Text Example

White with #F16C74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F16C74; }

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

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

background-color css

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

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

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

border-color css

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

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

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