Html Css Color HEX #F16265 Froly

📋 copy color: '#F16265'

red 241 ◦ green 98 ◦ blue 101

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

Shades of Froly #F16265

Tints of Froly #F16265

RGB

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

 GREEN value IS 98 (38.67% from 255) = 22.27%

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

R = 54.77%
G = 22.27%
B = 22.95%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.58

 K value IS 0.05

RGB Variations

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

Color information

#F16265 (or 0xF16265) is known color: Froly. HEX triplet: F1, 62 and 65. RGB value is (241,98,101). Sum of RGB (Red+Green+Blue) = 241+98+101=440 (58% of max value = 765). Red value is 241 (94.53% from 255 or 54.77% from 440); Green value is 98 (38.67% from 255 or 22.27% from 440); Blue value is 101 (39.84% from 255 or 22.95% from 440); Max value from RGB is 241 - color contains mainly: red. Hex color #F16265 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F16265 is #0E9D9A. Grayscale: #8D8D8D. Windows color (decimal): -957851 or 6644465. OLE color: 6644465.

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

Color convert

RGB 241 98 101 -
CMYK 0 0.59 0.58 0.05
HSL 358.74º 0.84% 0.66% -
HSV(B) 358.74º 0.59% 0.95% -
XYZ 42.99 28.38 15.52 -
YUV 141.1 105.38 199.26 -
System Red Green Blue C M Y K H S L
Decimal 241 98 101 0 0.59 0.58 0.05 358.74 0.84 0.66
Hex F1 62 65 0 3B 3A 5 167 54 42
Octal 361 142 145 0 73 72 5 547 124 102
Binary 11110001 1100010 1100101 0 111011 111010 101 101100111 1010100 1000010

Color Harmonies of #F16265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F16265

Black with #F16265

Text Example


Text Example

White with #F16265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F16265; }

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

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

background-color css

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

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

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

border-color css

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

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

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