Html Css Color HEX #F7696C Froly

📋 copy color: '#F7696C'

red 247 ◦ green 105 ◦ blue 108

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

Shades of Froly #F7696C

Tints of Froly #F7696C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 23.48%

R = 53.7%
G = 22.83%
B = 23.48%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.56

 K value IS 0.03

RGB Variations

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

Color information

#F7696C (or 0xF7696C) is known color: Froly. HEX triplet: F7, 69 and 6C. RGB value is (247,105,108). Sum of RGB (Red+Green+Blue) = 247+105+108=460 (60% of max value = 765). Red value is 247 (96.88% from 255 or 53.70% from 460); Green value is 105 (41.41% from 255 or 22.83% from 460); Blue value is 108 (42.58% from 255 or 23.48% from 460); Max value from RGB is 247 - color contains mainly: red. Hex color #F7696C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F7696C is #089693. Grayscale: #939393. Windows color (decimal): -562836 or 7105015. OLE color: 7105015.

HSL color Cylindrical-coordinate representation of color #F7696C: hue angle of 358.73º 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 #F7696C is Cyan = 0, Magento = 0.57, Yellow = 0.56 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 105 108 -
CMYK 0 0.57 0.56 0.03
HSL 358.73º 0.9% 0.69% -
HSV(B) 358.73º 0.57% 0.97% -
XYZ 46.12 30.96 17.73 -
YUV 147.8 105.54 198.76 -
System Red Green Blue C M Y K H S L
Decimal 247 105 108 0 0.57 0.56 0.03 358.73 0.9 0.69
Hex F7 69 6C 0 39 38 3 167 5A 45
Octal 367 151 154 0 71 70 3 547 132 105
Binary 11110111 1101001 1101100 0 111001 111000 11 101100111 1011010 1000101

Color Harmonies of #F7696C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7696C

Black with #F7696C

Text Example


Text Example

White with #F7696C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7696C; }

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

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

background-color css

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

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

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

border-color css

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

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

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