Html Css Color HEX #F57182 Brink Pink

📋 copy color: '#F57182'

red 245 ◦ green 113 ◦ blue 130

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

Shades of Brink Pink #F57182

Tints of Brink Pink #F57182

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 26.64%

R = 50.2%
G = 23.16%
B = 26.64%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.47

 K value IS 0.04

RGB Variations

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

Color information

#F57182 (or 0xF57182) is known color: Brink Pink. HEX triplet: F5, 71 and 82. RGB value is (245,113,130). Sum of RGB (Red+Green+Blue) = 245+113+130=488 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50.20% from 488); Green value is 113 (44.53% from 255 or 23.16% from 488); Blue value is 130 (51.17% from 255 or 26.64% from 488); Max value from RGB is 245 - color contains mainly: red. Hex color #F57182 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F57182 is #0A8E7D. Grayscale: #9A9A9A. Windows color (decimal): -691838 or 8548853. OLE color: 8548853.

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

Color convert

RGB 245 113 130 -
CMYK 0 0.54 0.47 0.04
HSL 352.27º 0.87% 0.7% -
HSV(B) 352.27º 0.54% 0.96% -
XYZ 47.59 32.83 24.95 -
YUV 154.41 114.23 192.62 -
System Red Green Blue C M Y K H S L
Decimal 245 113 130 0 0.54 0.47 0.04 352.27 0.87 0.7
Hex F5 71 82 0 36 2F 4 160 57 46
Octal 365 161 202 0 66 57 4 540 127 106
Binary 11110101 1110001 10000010 0 110110 101111 100 101100000 1010111 1000110

Color Harmonies of #F57182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F57182

Black with #F57182

Text Example


Text Example

White with #F57182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F57182; }

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

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

background-color css

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

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

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

border-color css

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

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

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