Html Css Color HEX #F56178 Brink Pink

📋 copy color: '#F56178'

red 245 ◦ green 97 ◦ blue 120

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

Shades of Brink Pink #F56178

Tints of Brink Pink #F56178

RGB

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

 GREEN value IS 97 (38.28% from 255) = 21%

 BLUE value IS 120 (47.27% from 255) = 25.97%

R = 53.03%
G = 21%
B = 25.97%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.51

 K value IS 0.04

RGB Variations

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

Color information

#F56178 (or 0xF56178) is known color: Brink Pink. HEX triplet: F5, 61 and 78. RGB value is (245,97,120). Sum of RGB (Red+Green+Blue) = 245+97+120=462 (61% of max value = 765). Red value is 245 (96.09% from 255 or 53.03% from 462); Green value is 97 (38.28% from 255 or 21.00% from 462); Blue value is 120 (47.27% from 255 or 25.97% from 462); Max value from RGB is 245 - color contains mainly: red. Hex color #F56178 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F56178 is #0A9E87. Grayscale: #8F8F8F. Windows color (decimal): -695944 or 7889397. OLE color: 7889397.

HSL color Cylindrical-coordinate representation of color #F56178: hue angle of 350.68º degrees, saturation: 0.88, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F56178 is Cyan = 0, Magento = 0.60, Yellow = 0.51 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 97 120 -
CMYK 0 0.60 0.51 0.04
HSL 350.68º 0.88% 0.67% -
HSV(B) 350.68º 0.6% 0.96% -
XYZ 45.32 29.32 21.04 -
YUV 143.87 114.53 200.13 -
System Red Green Blue C M Y K H S L
Decimal 245 97 120 0 0.60 0.51 0.04 350.68 0.88 0.67
Hex F5 61 78 0 3C 33 4 15F 58 43
Octal 365 141 170 0 74 63 4 537 130 103
Binary 11110101 1100001 1111000 0 111100 110011 100 101011111 1011000 1000011

Color Harmonies of #F56178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F56178

Black with #F56178

Text Example


Text Example

White with #F56178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F56178; }

 p { color: rgb(245,97,120); }

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

background-color css

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

 a { background-color: rgb(245,97,120); }

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

border-color css

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

 span { border-color: rgb(245,97,120); }

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