Html Css Color HEX #F6587F Brink Pink

📋 copy color: '#F6587F'

red 246 ◦ green 88 ◦ blue 127

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

Shades of Brink Pink #F6587F

Tints of Brink Pink #F6587F

RGB

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

 GREEN value IS 88 (34.77% from 255) = 19.09%

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

R = 53.36%
G = 19.09%
B = 27.55%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.48

 K value IS 0.04

RGB Variations

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

Color information

#F6587F (or 0xF6587F) is known color: Brink Pink. HEX triplet: F6, 58 and 7F. RGB value is (246,88,127). Sum of RGB (Red+Green+Blue) = 246+88+127=461 (61% of max value = 765). Red value is 246 (96.48% from 255 or 53.36% from 461); Green value is 88 (34.77% from 255 or 19.09% from 461); Blue value is 127 (50% from 255 or 27.55% from 461); Max value from RGB is 246 - color contains mainly: red. Hex color #F6587F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F6587F is #09A780. Grayscale: #8B8B8B. Windows color (decimal): -632705 or 8345846. OLE color: 8345846.

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

Color convert

RGB 246 88 127 -
CMYK 0 0.64 0.48 0.04
HSL 345.19º 0.9% 0.65% -
HSV(B) 345.19º 0.64% 0.96% -
XYZ 45.33 28.1 23.11 -
YUV 139.69 120.85 203.83 -
System Red Green Blue C M Y K H S L
Decimal 246 88 127 0 0.64 0.48 0.04 345.19 0.9 0.65
Hex F6 58 7F 0 40 30 4 159 5A 41
Octal 366 130 177 0 100 60 4 531 132 101
Binary 11110110 1011000 1111111 0 1000000 110000 100 101011001 1011010 1000001

Color Harmonies of #F6587F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6587F

Black with #F6587F

Text Example


Text Example

White with #F6587F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6587F; }

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

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

background-color css

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

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

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

border-color css

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

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

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