Html Css Color HEX #F16263 Froly

📋 copy color: '#F16263'

red 241 ◦ green 98 ◦ blue 99

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

Shades of Froly #F16263

Tints of Froly #F16263

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 22.6%

R = 55.02%
G = 22.37%
B = 22.6%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.59

 K value IS 0.05

RGB Variations

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

Color information

#F16263 (or 0xF16263) is known color: Froly. HEX triplet: F1, 62 and 63. RGB value is (241,98,99). Sum of RGB (Red+Green+Blue) = 241+98+99=438 (58% of max value = 765). Red value is 241 (94.53% from 255 or 55.02% from 438); Green value is 98 (38.67% from 255 or 22.37% from 438); Blue value is 99 (39.06% from 255 or 22.60% from 438); Max value from RGB is 241 - color contains mainly: red. Hex color #F16263 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F16263 is #0E9D9C. Grayscale: #8D8D8D. Windows color (decimal): -957853 or 6513393. OLE color: 6513393.

HSL color Cylindrical-coordinate representation of color #F16263: hue angle of 359.58º 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 #F16263 is Cyan = 0, Magento = 0.59, Yellow = 0.59 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 98 99 -
CMYK 0 0.59 0.59 0.05
HSL 359.58º 0.84% 0.66% -
HSV(B) 359.58º 0.59% 0.95% -
XYZ 42.9 28.34 15.01 -
YUV 140.87 104.38 199.42 -
System Red Green Blue C M Y K H S L
Decimal 241 98 99 0 0.59 0.59 0.05 359.58 0.84 0.66
Hex F1 62 63 0 3B 3B 5 168 54 42
Octal 361 142 143 0 73 73 5 550 124 102
Binary 11110001 1100010 1100011 0 111011 111011 101 101101000 1010100 1000010

Color Harmonies of #F16263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F16263

Black with #F16263

Text Example


Text Example

White with #F16263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F16263; }

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

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

background-color css

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

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

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

border-color css

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

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

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