Html Css Color HEX #F57082 Brink Pink

📋 copy color: '#F57082'

red 245 ◦ green 112 ◦ blue 130

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

Shades of Brink Pink #F57082

Tints of Brink Pink #F57082

RGB

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

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

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

R = 50.31%
G = 23%
B = 26.69%

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

#F57082 (or 0xF57082) is known color: Brink Pink. HEX triplet: F5, 70 and 82. RGB value is (245,112,130). Sum of RGB (Red+Green+Blue) = 245+112+130=487 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50.31% from 487); Green value is 112 (44.14% from 255 or 23.00% from 487); Blue value is 130 (51.17% from 255 or 26.69% from 487); Max value from RGB is 245 - color contains mainly: red. Hex color #F57082 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F57082 is #0A8F7D. Grayscale: #999999. Windows color (decimal): -692094 or 8548597. OLE color: 8548597.

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

Color convert

RGB 245 112 130 -
CMYK 0 0.54 0.47 0.04
HSL 351.88º 0.87% 0.7% -
HSV(B) 351.88º 0.54% 0.96% -
XYZ 47.48 32.61 24.91 -
YUV 153.82 114.56 193.04 -
System Red Green Blue C M Y K H S L
Decimal 245 112 130 0 0.54 0.47 0.04 351.88 0.87 0.7
Hex F5 70 82 0 36 2F 4 160 57 46
Octal 365 160 202 0 66 57 4 540 127 106
Binary 11110101 1110000 10000010 0 110110 101111 100 101100000 1010111 1000110

Color Harmonies of #F57082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F57082

Black with #F57082

Text Example


Text Example

White with #F57082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F57082; }

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

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

background-color css

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

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

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

border-color css

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

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

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