Html Css Color HEX #FB6591 Brink Pink

📋 copy color: '#FB6591'

red 251 ◦ green 101 ◦ blue 145

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

Shades of Brink Pink #FB6591

Tints of Brink Pink #FB6591

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 29.18%

R = 50.5%
G = 20.32%
B = 29.18%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.42

 K value IS 0.02

RGB Variations

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

Color information

#FB6591 (or 0xFB6591) is known color: Brink Pink. HEX triplet: FB, 65 and 91. RGB value is (251,101,145). Sum of RGB (Red+Green+Blue) = 251+101+145=497 (65% of max value = 765). Red value is 251 (98.44% from 255 or 50.50% from 497); Green value is 101 (39.84% from 255 or 20.32% from 497); Blue value is 145 (57.03% from 255 or 29.18% from 497); Max value from RGB is 251 - color contains mainly: red. Hex color #FB6591 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB6591 is #049A6E. Grayscale: #969696. Windows color (decimal): -301679 or 9528827. OLE color: 9528827.

HSL color Cylindrical-coordinate representation of color #FB6591: hue angle of 342.4º 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 #FB6591 is Cyan = 0, Magento = 0.60, Yellow = 0.42 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 101 145 -
CMYK 0 0.60 0.42 0.02
HSL 342.4º 0.95% 0.69% -
HSV(B) 342.4º 0.6% 0.98% -
XYZ 49.55 31.86 30.33 -
YUV 150.87 124.7 199.42 -
System Red Green Blue C M Y K H S L
Decimal 251 101 145 0 0.60 0.42 0.02 342.4 0.95 0.69
Hex FB 65 91 0 3C 2A 2 156 5F 45
Octal 373 145 221 0 74 52 2 526 137 105
Binary 11111011 1100101 10010001 0 111100 101010 10 101010110 1011111 1000101

Color Harmonies of #FB6591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB6591

Black with #FB6591

Text Example


Text Example

White with #FB6591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB6591; }

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

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

background-color css

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

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

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

border-color css

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

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

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