Html Css Color HEX #F16165 Froly

📋 copy color: '#F16165'

red 241 ◦ green 97 ◦ blue 101

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

Shades of Froly #F16165

Tints of Froly #F16165

RGB

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

 GREEN value IS 97 (38.28% from 255) = 22.1%

 BLUE value IS 101 (39.84% from 255) = 23.01%

R = 54.9%
G = 22.1%
B = 23.01%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.58

 K value IS 0.05

RGB Variations

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

Color information

#F16165 (or 0xF16165) is known color: Froly. HEX triplet: F1, 61 and 65. RGB value is (241,97,101). Sum of RGB (Red+Green+Blue) = 241+97+101=439 (58% of max value = 765). Red value is 241 (94.53% from 255 or 54.90% from 439); Green value is 97 (38.28% from 255 or 22.10% from 439); Blue value is 101 (39.84% from 255 or 23.01% from 439); Max value from RGB is 241 - color contains mainly: red. Hex color #F16165 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F16165 is #0E9E9A. Grayscale: #8C8C8C. Windows color (decimal): -958107 or 6644209. OLE color: 6644209.

HSL color Cylindrical-coordinate representation of color #F16165: hue angle of 358.33º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F16165 is Cyan = 0, Magento = 0.60, Yellow = 0.58 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 97 101 -
CMYK 0 0.60 0.58 0.05
HSL 358.33º 0.84% 0.66% -
HSV(B) 358.33º 0.6% 0.95% -
XYZ 42.9 28.19 15.49 -
YUV 140.51 105.71 199.67 -
System Red Green Blue C M Y K H S L
Decimal 241 97 101 0 0.60 0.58 0.05 358.33 0.84 0.66
Hex F1 61 65 0 3C 3A 5 166 54 42
Octal 361 141 145 0 74 72 5 546 124 102
Binary 11110001 1100001 1100101 0 111100 111010 101 101100110 1010100 1000010

Color Harmonies of #F16165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F16165

Black with #F16165

Text Example


Text Example

White with #F16165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F16165; }

 p { color: rgb(241,97,101); }

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

background-color css

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

 a { background-color: rgb(241,97,101); }

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

border-color css

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

 span { border-color: rgb(241,97,101); }

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