Html Css Color HEX #F57080 Brink Pink

📋 copy color: '#F57080'

red 245 ◦ green 112 ◦ blue 128

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

Shades of Brink Pink #F57080

Tints of Brink Pink #F57080

RGB

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

 GREEN value IS 112 (44.14% from 255) = 23.09%

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

R = 50.52%
G = 23.09%
B = 26.39%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.48

 K value IS 0.04

RGB Variations

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

Color information

#F57080 (or 0xF57080) is known color: Brink Pink. HEX triplet: F5, 70 and 80. RGB value is (245,112,128). Sum of RGB (Red+Green+Blue) = 245+112+128=485 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50.52% from 485); Green value is 112 (44.14% from 255 or 23.09% from 485); Blue value is 128 (50.39% from 255 or 26.39% from 485); Max value from RGB is 245 - color contains mainly: red. Hex color #F57080 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F57080 is #0A8F7F. Grayscale: #999999. Windows color (decimal): -692096 or 8417525. OLE color: 8417525.

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

Color convert

RGB 245 112 128 -
CMYK 0 0.54 0.48 0.04
HSL 352.78º 0.87% 0.7% -
HSV(B) 352.78º 0.54% 0.96% -
XYZ 47.35 32.56 24.21 -
YUV 153.59 113.56 193.2 -
System Red Green Blue C M Y K H S L
Decimal 245 112 128 0 0.54 0.48 0.04 352.78 0.87 0.7
Hex F5 70 80 0 36 30 4 161 57 46
Octal 365 160 200 0 66 60 4 541 127 106
Binary 11110101 1110000 10000000 0 110110 110000 100 101100001 1010111 1000110

Color Harmonies of #F57080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F57080

Black with #F57080

Text Example


Text Example

White with #F57080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F57080; }

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

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

background-color css

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

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

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

border-color css

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

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

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