Html Css Color HEX #F6697D Brink Pink

📋 copy color: '#F6697D'

red 246 ◦ green 105 ◦ blue 125

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

Shades of Brink Pink #F6697D

Tints of Brink Pink #F6697D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 26.26%

R = 51.68%
G = 22.06%
B = 26.26%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.49

 K value IS 0.04

RGB Variations

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

Color information

#F6697D (or 0xF6697D) is known color: Brink Pink. HEX triplet: F6, 69 and 7D. RGB value is (246,105,125). Sum of RGB (Red+Green+Blue) = 246+105+125=476 (63% of max value = 765). Red value is 246 (96.48% from 255 or 51.68% from 476); Green value is 105 (41.41% from 255 or 22.06% from 476); Blue value is 125 (49.22% from 255 or 26.26% from 476); Max value from RGB is 246 - color contains mainly: red. Hex color #F6697D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F6697D is #099682. Grayscale: #959595. Windows color (decimal): -628355 or 8219126. OLE color: 8219126.

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

Color convert

RGB 246 105 125 -
CMYK 0 0.57 0.49 0.04
HSL 351.49º 0.89% 0.69% -
HSV(B) 351.49º 0.57% 0.96% -
XYZ 46.76 31.18 22.96 -
YUV 149.44 114.21 196.87 -
System Red Green Blue C M Y K H S L
Decimal 246 105 125 0 0.57 0.49 0.04 351.49 0.89 0.69
Hex F6 69 7D 0 39 31 4 15F 59 45
Octal 366 151 175 0 71 61 4 537 131 105
Binary 11110110 1101001 1111101 0 111001 110001 100 101011111 1011001 1000101

Color Harmonies of #F6697D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6697D

Black with #F6697D

Text Example


Text Example

White with #F6697D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6697D; }

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

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

background-color css

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

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

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

border-color css

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

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

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