Html Css Color HEX #F7696F Froly

📋 copy color: '#F7696F'

red 247 ◦ green 105 ◦ blue 111

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

Shades of Froly #F7696F

Tints of Froly #F7696F

RGB

 RED value IS 247 (96.88% from 255) = 53.35%

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

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

R = 53.35%
G = 22.68%
B = 23.97%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.55

 K value IS 0.03

RGB Variations

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

Color information

#F7696F (or 0xF7696F) is known color: Froly. HEX triplet: F7, 69 and 6F. RGB value is (247,105,111). Sum of RGB (Red+Green+Blue) = 247+105+111=463 (61% of max value = 765). Red value is 247 (96.88% from 255 or 53.35% from 463); Green value is 105 (41.41% from 255 or 22.68% from 463); Blue value is 111 (43.75% from 255 or 23.97% from 463); Max value from RGB is 247 - color contains mainly: red. Hex color #F7696F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F7696F is #089690. Grayscale: #949494. Windows color (decimal): -562833 or 7301623. OLE color: 7301623.

HSL color Cylindrical-coordinate representation of color #F7696F: hue angle of 357.46º degrees, saturation: 0.9, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F7696F is Cyan = 0, Magento = 0.57, Yellow = 0.55 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 105 111 -
CMYK 0 0.57 0.55 0.03
HSL 357.46º 0.9% 0.69% -
HSV(B) 357.46º 0.57% 0.97% -
XYZ 46.28 31.03 18.59 -
YUV 148.14 107.04 198.51 -
System Red Green Blue C M Y K H S L
Decimal 247 105 111 0 0.57 0.55 0.03 357.46 0.9 0.69
Hex F7 69 6F 0 39 37 3 165 5A 45
Octal 367 151 157 0 71 67 3 545 132 105
Binary 11110111 1101001 1101111 0 111001 110111 11 101100101 1011010 1000101

Color Harmonies of #F7696F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7696F

Black with #F7696F

Text Example


Text Example

White with #F7696F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7696F; }

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

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

background-color css

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

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

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

border-color css

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

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

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