Html Css Color HEX #F57084 Brink Pink

📋 copy color: '#F57084'

red 245 ◦ green 112 ◦ blue 132

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

Shades of Brink Pink #F57084

Tints of Brink Pink #F57084

RGB

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

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

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

R = 50.1%
G = 22.9%
B = 26.99%

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

#F57084 (or 0xF57084) is known color: Brink Pink. HEX triplet: F5, 70 and 84. RGB value is (245,112,132). Sum of RGB (Red+Green+Blue) = 245+112+132=489 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50.10% from 489); Green value is 112 (44.14% from 255 or 22.90% from 489); Blue value is 132 (51.95% from 255 or 26.99% from 489); Max value from RGB is 245 - color contains mainly: red. Hex color #F57084 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F57084 is #0A8F7B. Grayscale: #9A9A9A. Windows color (decimal): -692092 or 8679669. OLE color: 8679669.

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

Color convert

RGB 245 112 132 -
CMYK 0 0.54 0.46 0.04
HSL 350.98º 0.87% 0.7% -
HSV(B) 350.98º 0.54% 0.96% -
XYZ 47.62 32.67 25.63 -
YUV 154.05 115.56 192.87 -
System Red Green Blue C M Y K H S L
Decimal 245 112 132 0 0.54 0.46 0.04 350.98 0.87 0.7
Hex F5 70 84 0 36 2E 4 15F 57 46
Octal 365 160 204 0 66 56 4 537 127 106
Binary 11110101 1110000 10000100 0 110110 101110 100 101011111 1010111 1000110

Color Harmonies of #F57084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F57084

Black with #F57084

Text Example


Text Example

White with #F57084

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F57084; }

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

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

background-color css

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

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

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

border-color css

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

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

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