Html Css Color HEX #F6657D Brink Pink

📋 copy color: '#F6657D'

red 246 ◦ green 101 ◦ blue 125

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

Shades of Brink Pink #F6657D

Tints of Brink Pink #F6657D

RGB

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

 GREEN value IS 101 (39.84% from 255) = 21.4%

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

R = 52.12%
G = 21.4%
B = 26.48%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.49

 K value IS 0.04

RGB Variations

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

Color information

#F6657D (or 0xF6657D) is known color: Brink Pink. HEX triplet: F6, 65 and 7D. RGB value is (246,101,125). Sum of RGB (Red+Green+Blue) = 246+101+125=472 (62% of max value = 765). Red value is 246 (96.48% from 255 or 52.12% from 472); Green value is 101 (39.84% from 255 or 21.40% from 472); Blue value is 125 (49.22% from 255 or 26.48% from 472); Max value from RGB is 246 - color contains mainly: red. Hex color #F6657D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F6657D is #099A82. Grayscale: #939393. Windows color (decimal): -629379 or 8218102. OLE color: 8218102.

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

Color convert

RGB 246 101 125 -
CMYK 0 0.59 0.49 0.04
HSL 350.07º 0.89% 0.68% -
HSV(B) 350.07º 0.59% 0.96% -
XYZ 46.36 30.38 22.82 -
YUV 147.09 115.54 198.55 -
System Red Green Blue C M Y K H S L
Decimal 246 101 125 0 0.59 0.49 0.04 350.07 0.89 0.68
Hex F6 65 7D 0 3B 31 4 15E 59 44
Octal 366 145 175 0 73 61 4 536 131 104
Binary 11110110 1100101 1111101 0 111011 110001 100 101011110 1011001 1000100

Color Harmonies of #F6657D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6657D

Black with #F6657D

Text Example


Text Example

White with #F6657D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6657D; }

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

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

background-color css

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

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

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

border-color css

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

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

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