Html Css Color HEX #FB5E85 Brink Pink

📋 copy color: '#FB5E85'

red 251 ◦ green 94 ◦ blue 133

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

Shades of Brink Pink #FB5E85

Tints of Brink Pink #FB5E85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 27.82%

R = 52.51%
G = 19.67%
B = 27.82%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.47

 K value IS 0.02

RGB Variations

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

Color information

#FB5E85 (or 0xFB5E85) is known color: Brink Pink. HEX triplet: FB, 5E and 85. RGB value is (251,94,133). Sum of RGB (Red+Green+Blue) = 251+94+133=478 (63% of max value = 765). Red value is 251 (98.44% from 255 or 52.51% from 478); Green value is 94 (37.11% from 255 or 19.67% from 478); Blue value is 133 (52.34% from 255 or 27.82% from 478); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5E85 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB5E85 is #04A17A. Grayscale: #919191. Windows color (decimal): -303483 or 8740603. OLE color: 8740603.

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

Color convert

RGB 251 94 133 -
CMYK 0 0.63 0.47 0.02
HSL 345.1º 0.95% 0.68% -
HSV(B) 345.1º 0.63% 0.98% -
XYZ 48.02 30.21 25.49 -
YUV 145.39 121.01 203.33 -
System Red Green Blue C M Y K H S L
Decimal 251 94 133 0 0.63 0.47 0.02 345.1 0.95 0.68
Hex FB 5E 85 0 3F 2F 2 159 5F 44
Octal 373 136 205 0 77 57 2 531 137 104
Binary 11111011 1011110 10000101 0 111111 101111 10 101011001 1011111 1000100

Color Harmonies of #FB5E85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB5E85

Black with #FB5E85

Text Example


Text Example

White with #FB5E85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB5E85; }

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

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

background-color css

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

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

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

border-color css

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

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

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