Html Css Color HEX #F5577F Brink Pink

📋 copy color: '#F5577F'

red 245 ◦ green 87 ◦ blue 127

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

Shades of Brink Pink #F5577F

Tints of Brink Pink #F5577F

RGB

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

 GREEN value IS 87 (34.38% from 255) = 18.95%

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

R = 53.38%
G = 18.95%
B = 27.67%

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

#F5577F (or 0xF5577F) is known color: Brink Pink. HEX triplet: F5, 57 and 7F. RGB value is (245,87,127). Sum of RGB (Red+Green+Blue) = 245+87+127=459 (60% of max value = 765). Red value is 245 (96.09% from 255 or 53.38% from 459); Green value is 87 (34.38% from 255 or 18.95% from 459); Blue value is 127 (50% from 255 or 27.67% from 459); Max value from RGB is 245 - color contains mainly: red. Hex color #F5577F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F5577F is #0AA880. Grayscale: #8A8A8A. Windows color (decimal): -698497 or 8345589. OLE color: 8345589.

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

Color convert

RGB 245 87 127 -
CMYK 0 0.64 0.48 0.04
HSL 344.81º 0.89% 0.65% -
HSV(B) 344.81º 0.64% 0.96% -
XYZ 44.9 27.76 23.07 -
YUV 138.8 121.35 203.75 -
System Red Green Blue C M Y K H S L
Decimal 245 87 127 0 0.64 0.48 0.04 344.81 0.89 0.65
Hex F5 57 7F 0 40 30 4 159 59 41
Octal 365 127 177 0 100 60 4 531 131 101
Binary 11110101 1010111 1111111 0 1000000 110000 100 101011001 1011001 1000001

Color Harmonies of #F5577F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5577F

Black with #F5577F

Text Example


Text Example

White with #F5577F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5577F; }

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

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

background-color css

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

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

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

border-color css

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

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

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