Html Css Color HEX #F1686D Froly

📋 copy color: '#F1686D'

red 241 ◦ green 104 ◦ blue 109

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

Shades of Froly #F1686D

Tints of Froly #F1686D

RGB

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

 GREEN value IS 104 (41.02% from 255) = 22.91%

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

R = 53.08%
G = 22.91%
B = 24.01%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.55

 K value IS 0.05

RGB Variations

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

Color information

#F1686D (or 0xF1686D) is known color: Froly. HEX triplet: F1, 68 and 6D. RGB value is (241,104,109). Sum of RGB (Red+Green+Blue) = 241+104+109=454 (60% of max value = 765). Red value is 241 (94.53% from 255 or 53.08% from 454); Green value is 104 (41.02% from 255 or 22.91% from 454); Blue value is 109 (42.97% from 255 or 24.01% from 454); Max value from RGB is 241 - color contains mainly: red. Hex color #F1686D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F1686D is #0E9792. Grayscale: #919191. Windows color (decimal): -956307 or 7170289. OLE color: 7170289.

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

Color convert

RGB 241 104 109 -
CMYK 0 0.57 0.55 0.05
HSL 357.81º 0.83% 0.68% -
HSV(B) 357.81º 0.57% 0.95% -
XYZ 43.99 29.71 17.88 -
YUV 145.53 107.39 196.09 -
System Red Green Blue C M Y K H S L
Decimal 241 104 109 0 0.57 0.55 0.05 357.81 0.83 0.68
Hex F1 68 6D 0 39 37 5 166 53 44
Octal 361 150 155 0 71 67 5 546 123 104
Binary 11110001 1101000 1101101 0 111001 110111 101 101100110 1010011 1000100

Color Harmonies of #F1686D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1686D

Black with #F1686D

Text Example


Text Example

White with #F1686D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1686D; }

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

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

background-color css

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

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

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

border-color css

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

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

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