Html Css Color HEX #F16366 Froly

📋 copy color: '#F16366'

red 241 ◦ green 99 ◦ blue 102

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

Shades of Froly #F16366

Tints of Froly #F16366

RGB

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

 GREEN value IS 99 (39.06% from 255) = 22.4%

 BLUE value IS 102 (40.23% from 255) = 23.08%

R = 54.52%
G = 22.4%
B = 23.08%

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

#F16366 (or 0xF16366) is known color: Froly. HEX triplet: F1, 63 and 66. RGB value is (241,99,102). Sum of RGB (Red+Green+Blue) = 241+99+102=442 (58% of max value = 765). Red value is 241 (94.53% from 255 or 54.52% from 442); Green value is 99 (39.06% from 255 or 22.40% from 442); Blue value is 102 (40.23% from 255 or 23.08% from 442); Max value from RGB is 241 - color contains mainly: red. Hex color #F16366 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F16366 is #0E9C99. Grayscale: #8D8D8D. Windows color (decimal): -957594 or 6710257. OLE color: 6710257.

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

Color convert

RGB 241 99 102 -
CMYK 0 0.59 0.58 0.05
HSL 358.73º 0.84% 0.67% -
HSV(B) 358.73º 0.59% 0.95% -
XYZ 43.14 28.58 15.81 -
YUV 141.8 105.54 198.76 -
System Red Green Blue C M Y K H S L
Decimal 241 99 102 0 0.59 0.58 0.05 358.73 0.84 0.67
Hex F1 63 66 0 3B 3A 5 167 54 43
Octal 361 143 146 0 73 72 5 547 124 103
Binary 11110001 1100011 1100110 0 111011 111010 101 101100111 1010100 1000011

Color Harmonies of #F16366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F16366

Black with #F16366

Text Example


Text Example

White with #F16366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F16366; }

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

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

background-color css

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

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

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

border-color css

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

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

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