Html Css Color HEX #F7697C Brink Pink

📋 copy color: '#F7697C'

red 247 ◦ green 105 ◦ blue 124

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

Shades of Brink Pink #F7697C

Tints of Brink Pink #F7697C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 26.05%

R = 51.89%
G = 22.06%
B = 26.05%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.50

 K value IS 0.03

RGB Variations

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

Color information

#F7697C (or 0xF7697C) is known color: Brink Pink. HEX triplet: F7, 69 and 7C. RGB value is (247,105,124). Sum of RGB (Red+Green+Blue) = 247+105+124=476 (63% of max value = 765). Red value is 247 (96.88% from 255 or 51.89% from 476); Green value is 105 (41.41% from 255 or 22.06% from 476); Blue value is 124 (48.83% from 255 or 26.05% from 476); Max value from RGB is 247 - color contains mainly: red. Hex color #F7697C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F7697C is #089683. Grayscale: #959595. Windows color (decimal): -562820 or 8153591. OLE color: 8153591.

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

Color convert

RGB 247 105 124 -
CMYK 0 0.57 0.50 0.03
HSL 351.97º 0.9% 0.69% -
HSV(B) 351.97º 0.57% 0.97% -
XYZ 47.05 31.33 22.64 -
YUV 149.62 113.54 197.46 -
System Red Green Blue C M Y K H S L
Decimal 247 105 124 0 0.57 0.50 0.03 351.97 0.9 0.69
Hex F7 69 7C 0 39 32 3 160 5A 45
Octal 367 151 174 0 71 62 3 540 132 105
Binary 11110111 1101001 1111100 0 111001 110010 11 101100000 1011010 1000101

Color Harmonies of #F7697C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7697C

Black with #F7697C

Text Example


Text Example

White with #F7697C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7697C; }

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

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

background-color css

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

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

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

border-color css

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

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

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