Html Css Color HEX #F6617D Brink Pink

📋 copy color: '#F6617D'

red 246 ◦ green 97 ◦ blue 125

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

Shades of Brink Pink #F6617D

Tints of Brink Pink #F6617D

RGB

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

 GREEN value IS 97 (38.28% from 255) = 20.73%

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

R = 52.56%
G = 20.73%
B = 26.71%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.49

 K value IS 0.04

RGB Variations

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

Color information

#F6617D (or 0xF6617D) is known color: Brink Pink. HEX triplet: F6, 61 and 7D. RGB value is (246,97,125). Sum of RGB (Red+Green+Blue) = 246+97+125=468 (61% of max value = 765). Red value is 246 (96.48% from 255 or 52.56% from 468); Green value is 97 (38.28% from 255 or 20.73% from 468); Blue value is 125 (49.22% from 255 or 26.71% from 468); Max value from RGB is 246 - color contains mainly: red. Hex color #F6617D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F6617D is #099E82. Grayscale: #909090. Windows color (decimal): -630403 or 8217078. OLE color: 8217078.

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

Color convert

RGB 246 97 125 -
CMYK 0 0.61 0.49 0.04
HSL 348.72º 0.89% 0.67% -
HSV(B) 348.72º 0.61% 0.96% -
XYZ 45.98 29.62 22.7 -
YUV 144.74 116.86 200.22 -
System Red Green Blue C M Y K H S L
Decimal 246 97 125 0 0.61 0.49 0.04 348.72 0.89 0.67
Hex F6 61 7D 0 3D 31 4 15D 59 43
Octal 366 141 175 0 75 61 4 535 131 103
Binary 11110110 1100001 1111101 0 111101 110001 100 101011101 1011001 1000011

Color Harmonies of #F6617D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6617D

Black with #F6617D

Text Example


Text Example

White with #F6617D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6617D; }

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

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

background-color css

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

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

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

border-color css

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

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

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