Html Css Color HEX #F6717F Brink Pink

📋 copy color: '#F6717F'

red 246 ◦ green 113 ◦ blue 127

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

Shades of Brink Pink #F6717F

Tints of Brink Pink #F6717F

RGB

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

 GREEN value IS 113 (44.53% from 255) = 23.25%

 BLUE value IS 127 (50% from 255) = 26.13%

R = 50.62%
G = 23.25%
B = 26.13%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.48

 K value IS 0.04

RGB Variations

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

Color information

#F6717F (or 0xF6717F) is known color: Brink Pink. HEX triplet: F6, 71 and 7F. RGB value is (246,113,127). Sum of RGB (Red+Green+Blue) = 246+113+127=486 (64% of max value = 765). Red value is 246 (96.48% from 255 or 50.62% from 486); Green value is 113 (44.53% from 255 or 23.25% from 486); Blue value is 127 (50% from 255 or 26.13% from 486); Max value from RGB is 246 - color contains mainly: red. Hex color #F6717F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F6717F is #098E80. Grayscale: #9A9A9A. Windows color (decimal): -626305 or 8352246. OLE color: 8352246.

HSL color Cylindrical-coordinate representation of color #F6717F: hue angle of 353.68º degrees, saturation: 0.88, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F6717F is Cyan = 0, Magento = 0.54, Yellow = 0.48 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 113 127 -
CMYK 0 0.54 0.48 0.04
HSL 353.68º 0.88% 0.7% -
HSV(B) 353.68º 0.54% 0.96% -
XYZ 47.74 32.94 23.92 -
YUV 154.36 112.56 193.36 -
System Red Green Blue C M Y K H S L
Decimal 246 113 127 0 0.54 0.48 0.04 353.68 0.88 0.7
Hex F6 71 7F 0 36 30 4 162 58 46
Octal 366 161 177 0 66 60 4 542 130 106
Binary 11110110 1110001 1111111 0 110110 110000 100 101100010 1011000 1000110

Color Harmonies of #F6717F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6717F

Black with #F6717F

Text Example


Text Example

White with #F6717F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6717F; }

 p { color: rgb(246,113,127); }

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

background-color css

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

 a { background-color: rgb(246,113,127); }

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

border-color css

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

 span { border-color: rgb(246,113,127); }

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