Html Css Color HEX #F55A87 Brink Pink

📋 copy color: '#F55A87'

red 245 ◦ green 90 ◦ blue 135

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

Shades of Brink Pink #F55A87

Tints of Brink Pink #F55A87

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 28.72%

R = 52.13%
G = 19.15%
B = 28.72%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.45

 K value IS 0.04

RGB Variations

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

Color information

#F55A87 (or 0xF55A87) is known color: Brink Pink. HEX triplet: F5, 5A and 87. RGB value is (245,90,135). Sum of RGB (Red+Green+Blue) = 245+90+135=470 (62% of max value = 765). Red value is 245 (96.09% from 255 or 52.13% from 470); Green value is 90 (35.55% from 255 or 19.15% from 470); Blue value is 135 (53.12% from 255 or 28.72% from 470); Max value from RGB is 245 - color contains mainly: red. Hex color #F55A87 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F55A87 is #0AA578. Grayscale: #8D8D8D. Windows color (decimal): -697721 or 8870645. OLE color: 8870645.

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

Color convert

RGB 245 90 135 -
CMYK 0 0.63 0.45 0.04
HSL 342.58º 0.89% 0.66% -
HSV(B) 342.58º 0.63% 0.96% -
XYZ 45.69 28.47 26.01 -
YUV 141.48 124.35 201.84 -
System Red Green Blue C M Y K H S L
Decimal 245 90 135 0 0.63 0.45 0.04 342.58 0.89 0.66
Hex F5 5A 87 0 3F 2D 4 157 59 42
Octal 365 132 207 0 77 55 4 527 131 102
Binary 11110101 1011010 10000111 0 111111 101101 100 101010111 1011001 1000010

Color Harmonies of #F55A87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F55A87

Black with #F55A87

Text Example


Text Example

White with #F55A87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F55A87; }

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

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

background-color css

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

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

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

border-color css

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

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

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