Html Css Color HEX #F7696D Froly

📋 copy color: '#F7696D'

red 247 ◦ green 105 ◦ blue 109

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

Shades of Froly #F7696D

Tints of Froly #F7696D

RGB

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

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

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

R = 53.58%
G = 22.78%
B = 23.64%

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

#F7696D (or 0xF7696D) is known color: Froly. HEX triplet: F7, 69 and 6D. RGB value is (247,105,109). Sum of RGB (Red+Green+Blue) = 247+105+109=461 (61% of max value = 765). Red value is 247 (96.88% from 255 or 53.58% from 461); Green value is 105 (41.41% from 255 or 22.78% from 461); Blue value is 109 (42.97% from 255 or 23.64% from 461); Max value from RGB is 247 - color contains mainly: red. Hex color #F7696D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F7696D is #089692. Grayscale: #949494. Windows color (decimal): -562835 or 7170551. OLE color: 7170551.

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

Color convert

RGB 247 105 109 -
CMYK 0 0.57 0.56 0.03
HSL 358.31º 0.9% 0.69% -
HSV(B) 358.31º 0.57% 0.97% -
XYZ 46.17 30.98 18.01 -
YUV 147.91 106.04 198.67 -
System Red Green Blue C M Y K H S L
Decimal 247 105 109 0 0.57 0.56 0.03 358.31 0.9 0.69
Hex F7 69 6D 0 39 38 3 166 5A 45
Octal 367 151 155 0 71 70 3 546 132 105
Binary 11110111 1101001 1101101 0 111001 111000 11 101100110 1011010 1000101

Color Harmonies of #F7696D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7696D

Black with #F7696D

Text Example


Text Example

White with #F7696D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7696D; }

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

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

background-color css

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

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

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

border-color css

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

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

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