Html Css Color HEX #F56686 Brink Pink

📋 copy color: '#F56686'

red 245 ◦ green 102 ◦ blue 134

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

Shades of Brink Pink #F56686

Tints of Brink Pink #F56686

RGB

 RED value IS 245 (96.09% from 255) = 50.94%

 GREEN value IS 102 (40.23% from 255) = 21.21%

 BLUE value IS 134 (52.73% from 255) = 27.86%

R = 50.94%
G = 21.21%
B = 27.86%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.45

 K value IS 0.04

RGB Variations

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

Color information

#F56686 (or 0xF56686) is known color: Brink Pink. HEX triplet: F5, 66 and 86. RGB value is (245,102,134). Sum of RGB (Red+Green+Blue) = 245+102+134=481 (63% of max value = 765). Red value is 245 (96.09% from 255 or 50.94% from 481); Green value is 102 (40.23% from 255 or 21.21% from 481); Blue value is 134 (52.73% from 255 or 27.86% from 481); Max value from RGB is 245 - color contains mainly: red. Hex color #F56686 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F56686 is #0A9979. Grayscale: #949494. Windows color (decimal): -694650 or 8808181. OLE color: 8808181.

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

Color convert

RGB 245 102 134 -
CMYK 0 0.58 0.45 0.04
HSL 346.57º 0.88% 0.68% -
HSV(B) 346.57º 0.58% 0.96% -
XYZ 46.71 30.64 26.01 -
YUV 148.41 119.88 196.9 -
System Red Green Blue C M Y K H S L
Decimal 245 102 134 0 0.58 0.45 0.04 346.57 0.88 0.68
Hex F5 66 86 0 3A 2D 4 15B 58 44
Octal 365 146 206 0 72 55 4 533 130 104
Binary 11110101 1100110 10000110 0 111010 101101 100 101011011 1011000 1000100

Color Harmonies of #F56686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F56686

Black with #F56686

Text Example


Text Example

White with #F56686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F56686; }

 p { color: rgb(245,102,134); }

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

background-color css

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

 a { background-color: rgb(245,102,134); }

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

border-color css

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

 span { border-color: rgb(245,102,134); }

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