Html Css Color HEX #F7696B Froly

📋 copy color: '#F7696B'

red 247 ◦ green 105 ◦ blue 107

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

Shades of Froly #F7696B

Tints of Froly #F7696B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 23.31%

R = 53.81%
G = 22.88%
B = 23.31%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.57

 K value IS 0.03

RGB Variations

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

Color information

#F7696B (or 0xF7696B) is known color: Froly. HEX triplet: F7, 69 and 6B. RGB value is (247,105,107). Sum of RGB (Red+Green+Blue) = 247+105+107=459 (60% of max value = 765). Red value is 247 (96.88% from 255 or 53.81% from 459); Green value is 105 (41.41% from 255 or 22.88% from 459); Blue value is 107 (42.19% from 255 or 23.31% from 459); Max value from RGB is 247 - color contains mainly: red. Hex color #F7696B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F7696B is #089694. Grayscale: #939393. Windows color (decimal): -562837 or 7039479. OLE color: 7039479.

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

Color convert

RGB 247 105 107 -
CMYK 0 0.57 0.57 0.03
HSL 359.15º 0.9% 0.69% -
HSV(B) 359.15º 0.57% 0.97% -
XYZ 46.06 30.94 17.45 -
YUV 147.69 105.04 198.84 -
System Red Green Blue C M Y K H S L
Decimal 247 105 107 0 0.57 0.57 0.03 359.15 0.9 0.69
Hex F7 69 6B 0 39 39 3 167 5A 45
Octal 367 151 153 0 71 71 3 547 132 105
Binary 11110111 1101001 1101011 0 111001 111001 11 101100111 1011010 1000101

Color Harmonies of #F7696B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7696B

Black with #F7696B

Text Example


Text Example

White with #F7696B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7696B; }

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

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

background-color css

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

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

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

border-color css

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

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

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