Html Css Color HEX #F55D86 Brink Pink

📋 copy color: '#F55D86'

red 245 ◦ green 93 ◦ blue 134

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

Shades of Brink Pink #F55D86

Tints of Brink Pink #F55D86

RGB

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

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

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

R = 51.91%
G = 19.7%
B = 28.39%

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

#F55D86 (or 0xF55D86) is known color: Brink Pink. HEX triplet: F5, 5D and 86. RGB value is (245,93,134). Sum of RGB (Red+Green+Blue) = 245+93+134=472 (62% of max value = 765). Red value is 245 (96.09% from 255 or 51.91% from 472); Green value is 93 (36.72% from 255 or 19.70% from 472); Blue value is 134 (52.73% from 255 or 28.39% from 472); Max value from RGB is 245 - color contains mainly: red. Hex color #F55D86 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F55D86 is #0AA279. Grayscale: #8F8F8F. Windows color (decimal): -696954 or 8805877. OLE color: 8805877.

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

Color convert

RGB 245 93 134 -
CMYK 0 0.62 0.45 0.04
HSL 343.82º 0.88% 0.66% -
HSV(B) 343.82º 0.62% 0.96% -
XYZ 45.87 28.96 25.73 -
YUV 143.12 122.86 200.67 -
System Red Green Blue C M Y K H S L
Decimal 245 93 134 0 0.62 0.45 0.04 343.82 0.88 0.66
Hex F5 5D 86 0 3E 2D 4 158 58 42
Octal 365 135 206 0 76 55 4 530 130 102
Binary 11110101 1011101 10000110 0 111110 101101 100 101011000 1011000 1000010

Color Harmonies of #F55D86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F55D86

Black with #F55D86

Text Example


Text Example

White with #F55D86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F55D86; }

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

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

background-color css

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

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

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

border-color css

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

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

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