Html Css Color HEX #F6697C Brink Pink

📋 copy color: '#F6697C'

red 246 ◦ green 105 ◦ blue 124

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

Shades of Brink Pink #F6697C

Tints of Brink Pink #F6697C

RGB

 RED value IS 246 (96.48% from 255) = 51.79%

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

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

R = 51.79%
G = 22.11%
B = 26.11%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.50

 K value IS 0.04

RGB Variations

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

Color information

#F6697C (or 0xF6697C) is known color: Brink Pink. HEX triplet: F6, 69 and 7C. RGB value is (246,105,124). Sum of RGB (Red+Green+Blue) = 246+105+124=475 (62% of max value = 765). Red value is 246 (96.48% from 255 or 51.79% from 475); Green value is 105 (41.41% from 255 or 22.11% from 475); Blue value is 124 (48.83% from 255 or 26.11% from 475); Max value from RGB is 246 - color contains mainly: red. Hex color #F6697C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F6697C is #099683. Grayscale: #959595. Windows color (decimal): -628356 or 8153590. OLE color: 8153590.

HSL color Cylindrical-coordinate representation of color #F6697C: hue angle of 351.91º degrees, saturation: 0.89, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F6697C is Cyan = 0, Magento = 0.57, Yellow = 0.50 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 105 124 -
CMYK 0 0.57 0.50 0.04
HSL 351.91º 0.89% 0.69% -
HSV(B) 351.91º 0.57% 0.96% -
XYZ 46.7 31.15 22.62 -
YUV 149.33 113.71 196.96 -
System Red Green Blue C M Y K H S L
Decimal 246 105 124 0 0.57 0.50 0.04 351.91 0.89 0.69
Hex F6 69 7C 0 39 32 4 160 59 45
Octal 366 151 174 0 71 62 4 540 131 105
Binary 11110110 1101001 1111100 0 111001 110010 100 101100000 1011001 1000101

Color Harmonies of #F6697C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6697C

Black with #F6697C

Text Example


Text Example

White with #F6697C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6697C; }

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

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

background-color css

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

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

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

border-color css

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

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

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