Html Css Color HEX #F57184 Brink Pink

📋 copy color: '#F57184'

red 245 ◦ green 113 ◦ blue 132

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

Shades of Brink Pink #F57184

Tints of Brink Pink #F57184

RGB

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

 GREEN value IS 113 (44.53% from 255) = 23.06%

 BLUE value IS 132 (51.95% from 255) = 26.94%

R = 50%
G = 23.06%
B = 26.94%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.46

 K value IS 0.04

RGB Variations

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

Color information

#F57184 (or 0xF57184) is known color: Brink Pink. HEX triplet: F5, 71 and 84. RGB value is (245,113,132). Sum of RGB (Red+Green+Blue) = 245+113+132=490 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50% from 490); Green value is 113 (44.53% from 255 or 23.06% from 490); Blue value is 132 (51.95% from 255 or 26.94% from 490); Max value from RGB is 245 - color contains mainly: red. Hex color #F57184 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F57184 is #0A8E7B. Grayscale: #9A9A9A. Windows color (decimal): -691836 or 8679925. OLE color: 8679925.

HSL color Cylindrical-coordinate representation of color #F57184: hue angle of 351.36º degrees, saturation: 0.87, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F57184 is Cyan = 0, Magento = 0.54, Yellow = 0.46 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 113 132 -
CMYK 0 0.54 0.46 0.04
HSL 351.36º 0.87% 0.7% -
HSV(B) 351.36º 0.54% 0.96% -
XYZ 47.73 32.89 25.66 -
YUV 154.63 115.23 192.46 -
System Red Green Blue C M Y K H S L
Decimal 245 113 132 0 0.54 0.46 0.04 351.36 0.87 0.7
Hex F5 71 84 0 36 2E 4 15F 57 46
Octal 365 161 204 0 66 56 4 537 127 106
Binary 11110101 1110001 10000100 0 110110 101110 100 101011111 1010111 1000110

Color Harmonies of #F57184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F57184

Black with #F57184

Text Example


Text Example

White with #F57184

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F57184; }

 p { color: rgb(245,113,132); }

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

background-color css

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

 a { background-color: rgb(245,113,132); }

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

border-color css

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

 span { border-color: rgb(245,113,132); }

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