Html Css Color HEX #F55F89 Brink Pink

📋 copy color: '#F55F89'

red 245 ◦ green 95 ◦ blue 137

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

Shades of Brink Pink #F55F89

Tints of Brink Pink #F55F89

RGB

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

 GREEN value IS 95 (37.5% from 255) = 19.92%

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

R = 51.36%
G = 19.92%
B = 28.72%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.44

 K value IS 0.04

RGB Variations

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

Color information

#F55F89 (or 0xF55F89) is known color: Brink Pink. HEX triplet: F5, 5F and 89. RGB value is (245,95,137). Sum of RGB (Red+Green+Blue) = 245+95+137=477 (63% of max value = 765). Red value is 245 (96.09% from 255 or 51.36% from 477); Green value is 95 (37.5% from 255 or 19.92% from 477); Blue value is 137 (53.91% from 255 or 28.72% from 477); Max value from RGB is 245 - color contains mainly: red. Hex color #F55F89 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F55F89 is #0AA076. Grayscale: #909090. Windows color (decimal): -696439 or 9002997. OLE color: 9002997.

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

Color convert

RGB 245 95 137 -
CMYK 0 0.61 0.44 0.04
HSL 343.2º 0.88% 0.67% -
HSV(B) 343.2º 0.61% 0.96% -
XYZ 46.26 29.4 26.9 -
YUV 144.64 123.7 199.58 -
System Red Green Blue C M Y K H S L
Decimal 245 95 137 0 0.61 0.44 0.04 343.2 0.88 0.67
Hex F5 5F 89 0 3D 2C 4 157 58 43
Octal 365 137 211 0 75 54 4 527 130 103
Binary 11110101 1011111 10001001 0 111101 101100 100 101010111 1011000 1000011

Color Harmonies of #F55F89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F55F89

Black with #F55F89

Text Example


Text Example

White with #F55F89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F55F89; }

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

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

background-color css

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

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

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

border-color css

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

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

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