Html Css Color HEX #F5587F Brink Pink

📋 copy color: '#F5587F'

red 245 ◦ green 88 ◦ blue 127

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

Shades of Brink Pink #F5587F

Tints of Brink Pink #F5587F

RGB

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

 GREEN value IS 88 (34.77% from 255) = 19.13%

 BLUE value IS 127 (50% from 255) = 27.61%

R = 53.26%
G = 19.13%
B = 27.61%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.48

 K value IS 0.04

RGB Variations

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

Color information

#F5587F (or 0xF5587F) is known color: Brink Pink. HEX triplet: F5, 58 and 7F. RGB value is (245,88,127). Sum of RGB (Red+Green+Blue) = 245+88+127=460 (60% of max value = 765). Red value is 245 (96.09% from 255 or 53.26% from 460); Green value is 88 (34.77% from 255 or 19.13% from 460); Blue value is 127 (50% from 255 or 27.61% from 460); Max value from RGB is 245 - color contains mainly: red. Hex color #F5587F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F5587F is #0AA780. Grayscale: #8B8B8B. Windows color (decimal): -698241 or 8345845. OLE color: 8345845.

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

Color convert

RGB 245 88 127 -
CMYK 0 0.64 0.48 0.04
HSL 345.1º 0.89% 0.65% -
HSV(B) 345.1º 0.64% 0.96% -
XYZ 44.98 27.92 23.1 -
YUV 139.39 121.01 203.33 -
System Red Green Blue C M Y K H S L
Decimal 245 88 127 0 0.64 0.48 0.04 345.1 0.89 0.65
Hex F5 58 7F 0 40 30 4 159 59 41
Octal 365 130 177 0 100 60 4 531 131 101
Binary 11110101 1011000 1111111 0 1000000 110000 100 101011001 1011001 1000001

Color Harmonies of #F5587F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5587F

Black with #F5587F

Text Example


Text Example

White with #F5587F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5587F; }

 p { color: rgb(245,88,127); }

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

background-color css

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

 a { background-color: rgb(245,88,127); }

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

border-color css

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

 span { border-color: rgb(245,88,127); }

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