Html Css Color HEX #FB7586 Brink Pink

📋 copy color: '#FB7586'

red 251 ◦ green 117 ◦ blue 134

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

Shades of Brink Pink #FB7586

Tints of Brink Pink #FB7586

RGB

 RED value IS 251 (98.44% from 255) = 50%

 GREEN value IS 117 (46.09% from 255) = 23.31%

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

R = 50%
G = 23.31%
B = 26.69%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.47

 K value IS 0.02

RGB Variations

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

Color information

#FB7586 (or 0xFB7586) is known color: Brink Pink. HEX triplet: FB, 75 and 86. RGB value is (251,117,134). Sum of RGB (Red+Green+Blue) = 251+117+134=502 (66% of max value = 765). Red value is 251 (98.44% from 255 or 50% from 502); Green value is 117 (46.09% from 255 or 23.31% from 502); Blue value is 134 (52.73% from 255 or 26.69% from 502); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7586 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB7586 is #048A79. Grayscale: #9F9F9F. Windows color (decimal): -297594 or 8812027. OLE color: 8812027.

HSL color Cylindrical-coordinate representation of color #FB7586: hue angle of 352.39º degrees, saturation: 0.94, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FB7586 is Cyan = 0, Magento = 0.53, Yellow = 0.47 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 117 134 -
CMYK 0 0.53 0.47 0.02
HSL 352.39º 0.94% 0.72% -
HSV(B) 352.39º 0.53% 0.98% -
XYZ 50.45 34.95 26.64 -
YUV 159 113.89 193.62 -
System Red Green Blue C M Y K H S L
Decimal 251 117 134 0 0.53 0.47 0.02 352.39 0.94 0.72
Hex FB 75 86 0 35 2F 2 160 5E 48
Octal 373 165 206 0 65 57 2 540 136 110
Binary 11111011 1110101 10000110 0 110101 101111 10 101100000 1011110 1001000

Color Harmonies of #FB7586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB7586

Black with #FB7586

Text Example


Text Example

White with #FB7586

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB7586; }

 p { color: rgb(251,117,134); }

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

background-color css

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

 a { background-color: rgb(251,117,134); }

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

border-color css

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

 span { border-color: rgb(251,117,134); }

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