Html Css Color HEX #F55D87 Brink Pink

📋 copy color: '#F55D87'

red 245 ◦ green 93 ◦ blue 135

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

Shades of Brink Pink #F55D87

Tints of Brink Pink #F55D87

RGB

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

 GREEN value IS 93 (36.72% from 255) = 19.66%

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

R = 51.8%
G = 19.66%
B = 28.54%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.45

 K value IS 0.04

RGB Variations

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

Color information

#F55D87 (or 0xF55D87) is known color: Brink Pink. HEX triplet: F5, 5D and 87. RGB value is (245,93,135). Sum of RGB (Red+Green+Blue) = 245+93+135=473 (62% of max value = 765). Red value is 245 (96.09% from 255 or 51.80% from 473); Green value is 93 (36.72% from 255 or 19.66% from 473); Blue value is 135 (53.12% from 255 or 28.54% from 473); Max value from RGB is 245 - color contains mainly: red. Hex color #F55D87 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F55D87 is #0AA278. Grayscale: #8F8F8F. Windows color (decimal): -696953 or 8871413. OLE color: 8871413.

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

Color convert

RGB 245 93 135 -
CMYK 0 0.62 0.45 0.04
HSL 343.42º 0.88% 0.66% -
HSV(B) 343.42º 0.62% 0.96% -
XYZ 45.94 28.99 26.1 -
YUV 143.24 123.36 200.58 -
System Red Green Blue C M Y K H S L
Decimal 245 93 135 0 0.62 0.45 0.04 343.42 0.88 0.66
Hex F5 5D 87 0 3E 2D 4 157 58 42
Octal 365 135 207 0 76 55 4 527 130 102
Binary 11110101 1011101 10000111 0 111110 101101 100 101010111 1011000 1000010

Color Harmonies of #F55D87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F55D87

Black with #F55D87

Text Example


Text Example

White with #F55D87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F55D87; }

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

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

background-color css

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

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

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

border-color css

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

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

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