Html Css Color HEX #F56580 Brink Pink

📋 copy color: '#F56580'

red 245 ◦ green 101 ◦ blue 128

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

Shades of Brink Pink #F56580

Tints of Brink Pink #F56580

RGB

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

 GREEN value IS 101 (39.84% from 255) = 21.31%

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

R = 51.69%
G = 21.31%
B = 27%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.48

 K value IS 0.04

RGB Variations

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

Color information

#F56580 (or 0xF56580) is known color: Brink Pink. HEX triplet: F5, 65 and 80. RGB value is (245,101,128). Sum of RGB (Red+Green+Blue) = 245+101+128=474 (62% of max value = 765). Red value is 245 (96.09% from 255 or 51.69% from 474); Green value is 101 (39.84% from 255 or 21.31% from 474); Blue value is 128 (50.39% from 255 or 27.00% from 474); Max value from RGB is 245 - color contains mainly: red. Hex color #F56580 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F56580 is #0A9A7F. Grayscale: #939393. Windows color (decimal): -694912 or 8414709. OLE color: 8414709.

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

Color convert

RGB 245 101 128 -
CMYK 0 0.59 0.48 0.04
HSL 348.75º 0.88% 0.68% -
HSV(B) 348.75º 0.59% 0.96% -
XYZ 46.21 30.28 23.83 -
YUV 147.13 117.21 197.8 -
System Red Green Blue C M Y K H S L
Decimal 245 101 128 0 0.59 0.48 0.04 348.75 0.88 0.68
Hex F5 65 80 0 3B 30 4 15D 58 44
Octal 365 145 200 0 73 60 4 535 130 104
Binary 11110101 1100101 10000000 0 111011 110000 100 101011101 1011000 1000100

Color Harmonies of #F56580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F56580

Black with #F56580

Text Example


Text Example

White with #F56580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F56580; }

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

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

background-color css

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

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

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

border-color css

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

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

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