Html Css Color HEX #F55A89 Brink Pink

📋 copy color: '#F55A89'

red 245 ◦ green 90 ◦ blue 137

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

Shades of Brink Pink #F55A89

Tints of Brink Pink #F55A89

RGB

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

 GREEN value IS 90 (35.55% from 255) = 19.07%

 BLUE value IS 137 (53.91% from 255) = 29.03%

R = 51.91%
G = 19.07%
B = 29.03%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.44

 K value IS 0.04

RGB Variations

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

Color information

#F55A89 (or 0xF55A89) is known color: Brink Pink. HEX triplet: F5, 5A and 89. RGB value is (245,90,137). Sum of RGB (Red+Green+Blue) = 245+90+137=472 (62% of max value = 765). Red value is 245 (96.09% from 255 or 51.91% from 472); Green value is 90 (35.55% from 255 or 19.07% from 472); Blue value is 137 (53.91% from 255 or 29.03% from 472); Max value from RGB is 245 - color contains mainly: red. Hex color #F55A89 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F55A89 is #0AA576. Grayscale: #8D8D8D. Windows color (decimal): -697719 or 9001717. OLE color: 9001717.

HSL color Cylindrical-coordinate representation of color #F55A89: hue angle of 341.81º degrees, saturation: 0.89, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F55A89 is Cyan = 0, Magento = 0.63, Yellow = 0.44 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 90 137 -
CMYK 0 0.63 0.44 0.04
HSL 341.81º 0.89% 0.66% -
HSV(B) 341.81º 0.63% 0.96% -
XYZ 45.83 28.53 26.76 -
YUV 141.7 125.35 201.68 -
System Red Green Blue C M Y K H S L
Decimal 245 90 137 0 0.63 0.44 0.04 341.81 0.89 0.66
Hex F5 5A 89 0 3F 2C 4 156 59 42
Octal 365 132 211 0 77 54 4 526 131 102
Binary 11110101 1011010 10001001 0 111111 101100 100 101010110 1011001 1000010

Color Harmonies of #F55A89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F55A89

Black with #F55A89

Text Example


Text Example

White with #F55A89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F55A89; }

 p { color: rgb(245,90,137); }

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

background-color css

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

 a { background-color: rgb(245,90,137); }

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

border-color css

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

 span { border-color: rgb(245,90,137); }

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