Html Css Color HEX #F55F86 Brink Pink

📋 copy color: '#F55F86'

red 245 ◦ green 95 ◦ blue 134

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

Shades of Brink Pink #F55F86

Tints of Brink Pink #F55F86

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 28.27%

R = 51.69%
G = 20.04%
B = 28.27%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.45

 K value IS 0.04

RGB Variations

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

Color information

#F55F86 (or 0xF55F86) is known color: Brink Pink. HEX triplet: F5, 5F and 86. RGB value is (245,95,134). Sum of RGB (Red+Green+Blue) = 245+95+134=474 (62% of max value = 765). Red value is 245 (96.09% from 255 or 51.69% from 474); Green value is 95 (37.5% from 255 or 20.04% from 474); Blue value is 134 (52.73% from 255 or 28.27% from 474); Max value from RGB is 245 - color contains mainly: red. Hex color #F55F86 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F55F86 is #0AA079. Grayscale: #909090. Windows color (decimal): -696442 or 8806389. OLE color: 8806389.

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

Color convert

RGB 245 95 134 -
CMYK 0 0.61 0.45 0.04
HSL 344.4º 0.88% 0.67% -
HSV(B) 344.4º 0.61% 0.96% -
XYZ 46.05 29.32 25.79 -
YUV 144.3 122.2 199.83 -
System Red Green Blue C M Y K H S L
Decimal 245 95 134 0 0.61 0.45 0.04 344.4 0.88 0.67
Hex F5 5F 86 0 3D 2D 4 158 58 43
Octal 365 137 206 0 75 55 4 530 130 103
Binary 11110101 1011111 10000110 0 111101 101101 100 101011000 1011000 1000011

Color Harmonies of #F55F86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F55F86

Black with #F55F86

Text Example


Text Example

White with #F55F86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F55F86; }

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

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

background-color css

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

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

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

border-color css

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

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

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