Html Css Color HEX #F1696F Froly

📋 copy color: '#F1696F'

red 241 ◦ green 105 ◦ blue 111

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

Shades of Froly #F1696F

Tints of Froly #F1696F

RGB

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

 GREEN value IS 105 (41.41% from 255) = 22.98%

 BLUE value IS 111 (43.75% from 255) = 24.29%

R = 52.74%
G = 22.98%
B = 24.29%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.54

 K value IS 0.05

RGB Variations

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

Color information

#F1696F (or 0xF1696F) is known color: Froly. HEX triplet: F1, 69 and 6F. RGB value is (241,105,111). Sum of RGB (Red+Green+Blue) = 241+105+111=457 (60% of max value = 765). Red value is 241 (94.53% from 255 or 52.74% from 457); Green value is 105 (41.41% from 255 or 22.98% from 457); Blue value is 111 (43.75% from 255 or 24.29% from 457); Max value from RGB is 241 - color contains mainly: red. Hex color #F1696F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F1696F is #0E9690. Grayscale: #929292. Windows color (decimal): -956049 or 7301617. OLE color: 7301617.

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

Color convert

RGB 241 105 111 -
CMYK 0 0.56 0.54 0.05
HSL 357.35º 0.83% 0.68% -
HSV(B) 357.35º 0.56% 0.95% -
XYZ 44.2 29.95 18.49 -
YUV 146.35 108.06 195.51 -
System Red Green Blue C M Y K H S L
Decimal 241 105 111 0 0.56 0.54 0.05 357.35 0.83 0.68
Hex F1 69 6F 0 38 36 5 165 53 44
Octal 361 151 157 0 70 66 5 545 123 104
Binary 11110001 1101001 1101111 0 111000 110110 101 101100101 1010011 1000100

Color Harmonies of #F1696F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1696F

Black with #F1696F

Text Example


Text Example

White with #F1696F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1696F; }

 p { color: rgb(241,105,111); }

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

background-color css

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

 a { background-color: rgb(241,105,111); }

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

border-color css

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

 span { border-color: rgb(241,105,111); }

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