Html Css Color HEX #F1666D Froly

📋 copy color: '#F1666D'

red 241 ◦ green 102 ◦ blue 109

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

Shades of Froly #F1666D

Tints of Froly #F1666D

RGB

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

 GREEN value IS 102 (40.23% from 255) = 22.57%

 BLUE value IS 109 (42.97% from 255) = 24.12%

R = 53.32%
G = 22.57%
B = 24.12%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.55

 K value IS 0.05

RGB Variations

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

Color information

#F1666D (or 0xF1666D) is known color: Froly. HEX triplet: F1, 66 and 6D. RGB value is (241,102,109). Sum of RGB (Red+Green+Blue) = 241+102+109=452 (59% of max value = 765). Red value is 241 (94.53% from 255 or 53.32% from 452); Green value is 102 (40.23% from 255 or 22.57% from 452); Blue value is 109 (42.97% from 255 or 24.12% from 452); Max value from RGB is 241 - color contains mainly: red. Hex color #F1666D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F1666D is #0E9992. Grayscale: #909090. Windows color (decimal): -956819 or 7169777. OLE color: 7169777.

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

Color convert

RGB 241 102 109 -
CMYK 0 0.58 0.55 0.05
HSL 356.98º 0.83% 0.67% -
HSV(B) 356.98º 0.58% 0.95% -
XYZ 43.79 29.31 17.82 -
YUV 144.36 108.05 196.93 -
System Red Green Blue C M Y K H S L
Decimal 241 102 109 0 0.58 0.55 0.05 356.98 0.83 0.67
Hex F1 66 6D 0 3A 37 5 165 53 43
Octal 361 146 155 0 72 67 5 545 123 103
Binary 11110001 1100110 1101101 0 111010 110111 101 101100101 1010011 1000011

Color Harmonies of #F1666D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1666D

Black with #F1666D

Text Example


Text Example

White with #F1666D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1666D; }

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

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

background-color css

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

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

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

border-color css

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

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

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