Html Css Color HEX #F56780 Brink Pink

📋 copy color: '#F56780'

red 245 ◦ green 103 ◦ blue 128

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

Shades of Brink Pink #F56780

Tints of Brink Pink #F56780

RGB

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

 GREEN value IS 103 (40.63% from 255) = 21.64%

 BLUE value IS 128 (50.39% from 255) = 26.89%

R = 51.47%
G = 21.64%
B = 26.89%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.48

 K value IS 0.04

RGB Variations

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

Color information

#F56780 (or 0xF56780) is known color: Brink Pink. HEX triplet: F5, 67 and 80. RGB value is (245,103,128). Sum of RGB (Red+Green+Blue) = 245+103+128=476 (63% of max value = 765). Red value is 245 (96.09% from 255 or 51.47% from 476); Green value is 103 (40.62% from 255 or 21.64% from 476); Blue value is 128 (50.39% from 255 or 26.89% from 476); Max value from RGB is 245 - color contains mainly: red. Hex color #F56780 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F56780 is #0A987F. Grayscale: #949494. Windows color (decimal): -694400 or 8415221. OLE color: 8415221.

HSL color Cylindrical-coordinate representation of color #F56780: hue angle of 349.44º 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 #F56780 is Cyan = 0, Magento = 0.58, Yellow = 0.48 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 103 128 -
CMYK 0 0.58 0.48 0.04
HSL 349.44º 0.88% 0.68% -
HSV(B) 349.44º 0.58% 0.96% -
XYZ 46.4 30.67 23.9 -
YUV 148.31 116.54 196.97 -
System Red Green Blue C M Y K H S L
Decimal 245 103 128 0 0.58 0.48 0.04 349.44 0.88 0.68
Hex F5 67 80 0 3A 30 4 15D 58 44
Octal 365 147 200 0 72 60 4 535 130 104
Binary 11110101 1100111 10000000 0 111010 110000 100 101011101 1011000 1000100

Color Harmonies of #F56780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F56780

Black with #F56780

Text Example


Text Example

White with #F56780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F56780; }

 p { color: rgb(245,103,128); }

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

background-color css

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

 a { background-color: rgb(245,103,128); }

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

border-color css

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

 span { border-color: rgb(245,103,128); }

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