Html Css Color HEX #FB5E90 Brink Pink

📋 copy color: '#FB5E90'

red 251 ◦ green 94 ◦ blue 144

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

Shades of Brink Pink #FB5E90

Tints of Brink Pink #FB5E90

RGB

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

 GREEN value IS 94 (37.11% from 255) = 19.22%

 BLUE value IS 144 (56.64% from 255) = 29.45%

R = 51.33%
G = 19.22%
B = 29.45%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.43

 K value IS 0.02

RGB Variations

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

Color information

#FB5E90 (or 0xFB5E90) is known color: Brink Pink. HEX triplet: FB, 5E and 90. RGB value is (251,94,144). Sum of RGB (Red+Green+Blue) = 251+94+144=489 (64% of max value = 765). Red value is 251 (98.44% from 255 or 51.33% from 489); Green value is 94 (37.11% from 255 or 19.22% from 489); Blue value is 144 (56.64% from 255 or 29.45% from 489); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5E90 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB5E90 is #04A16F. Grayscale: #929292. Windows color (decimal): -303472 or 9461499. OLE color: 9461499.

HSL color Cylindrical-coordinate representation of color #FB5E90: hue angle of 340.89º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FB5E90 is Cyan = 0, Magento = 0.63, Yellow = 0.43 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 94 144 -
CMYK 0 0.63 0.43 0.02
HSL 340.89º 0.95% 0.68% -
HSV(B) 340.89º 0.63% 0.98% -
XYZ 48.82 30.53 29.7 -
YUV 146.64 126.51 202.43 -
System Red Green Blue C M Y K H S L
Decimal 251 94 144 0 0.63 0.43 0.02 340.89 0.95 0.68
Hex FB 5E 90 0 3F 2B 2 155 5F 44
Octal 373 136 220 0 77 53 2 525 137 104
Binary 11111011 1011110 10010000 0 111111 101011 10 101010101 1011111 1000100

Color Harmonies of #FB5E90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB5E90

Black with #FB5E90

Text Example


Text Example

White with #FB5E90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB5E90; }

 p { color: rgb(251,94,144); }

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

background-color css

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

 a { background-color: rgb(251,94,144); }

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

border-color css

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

 span { border-color: rgb(251,94,144); }

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