Html Css Color HEX #FB6586 Brink Pink

📋 copy color: '#FB6586'

red 251 ◦ green 101 ◦ blue 134

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

Shades of Brink Pink #FB6586

Tints of Brink Pink #FB6586

RGB

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

 GREEN value IS 101 (39.84% from 255) = 20.78%

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

R = 51.65%
G = 20.78%
B = 27.57%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.47

 K value IS 0.02

RGB Variations

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

Color information

#FB6586 (or 0xFB6586) is known color: Brink Pink. HEX triplet: FB, 65 and 86. RGB value is (251,101,134). Sum of RGB (Red+Green+Blue) = 251+101+134=486 (64% of max value = 765). Red value is 251 (98.44% from 255 or 51.65% from 486); Green value is 101 (39.84% from 255 or 20.78% from 486); Blue value is 134 (52.73% from 255 or 27.57% from 486); Max value from RGB is 251 - color contains mainly: red. Hex color #FB6586 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB6586 is #049A79. Grayscale: #959595. Windows color (decimal): -301690 or 8807931. OLE color: 8807931.

HSL color Cylindrical-coordinate representation of color #FB6586: hue angle of 346.8º degrees, saturation: 0.95, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FB6586 is Cyan = 0, Magento = 0.60, Yellow = 0.47 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 101 134 -
CMYK 0 0.60 0.47 0.02
HSL 346.8º 0.95% 0.69% -
HSV(B) 346.8º 0.6% 0.98% -
XYZ 48.74 31.54 26.07 -
YUV 149.61 119.2 200.32 -
System Red Green Blue C M Y K H S L
Decimal 251 101 134 0 0.60 0.47 0.02 346.8 0.95 0.69
Hex FB 65 86 0 3C 2F 2 15B 5F 45
Octal 373 145 206 0 74 57 2 533 137 105
Binary 11111011 1100101 10000110 0 111100 101111 10 101011011 1011111 1000101

Color Harmonies of #FB6586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB6586

Black with #FB6586

Text Example


Text Example

White with #FB6586

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB6586; }

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

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

background-color css

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

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

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

border-color css

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

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

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