Html Css Color HEX #FB7384 Brink Pink

📋 copy color: '#FB7384'

red 251 ◦ green 115 ◦ blue 132

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

Shades of Brink Pink #FB7384

Tints of Brink Pink #FB7384

RGB

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

 GREEN value IS 115 (45.31% from 255) = 23.09%

 BLUE value IS 132 (51.95% from 255) = 26.51%

R = 50.4%
G = 23.09%
B = 26.51%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.47

 K value IS 0.02

RGB Variations

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

Color information

#FB7384 (or 0xFB7384) is known color: Brink Pink. HEX triplet: FB, 73 and 84. RGB value is (251,115,132). Sum of RGB (Red+Green+Blue) = 251+115+132=498 (65% of max value = 765). Red value is 251 (98.44% from 255 or 50.40% from 498); Green value is 115 (45.31% from 255 or 23.09% from 498); Blue value is 132 (51.95% from 255 or 26.51% from 498); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7384 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB7384 is #048C7B. Grayscale: #9D9D9D. Windows color (decimal): -298108 or 8680443. OLE color: 8680443.

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

Color convert

RGB 251 115 132 -
CMYK 0 0.54 0.47 0.02
HSL 352.5º 0.94% 0.72% -
HSV(B) 352.5º 0.54% 0.98% -
XYZ 50.08 34.44 25.84 -
YUV 157.6 113.56 194.62 -
System Red Green Blue C M Y K H S L
Decimal 251 115 132 0 0.54 0.47 0.02 352.5 0.94 0.72
Hex FB 73 84 0 36 2F 2 160 5E 48
Octal 373 163 204 0 66 57 2 540 136 110
Binary 11111011 1110011 10000100 0 110110 101111 10 101100000 1011110 1001000

Color Harmonies of #FB7384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB7384

Black with #FB7384

Text Example


Text Example

White with #FB7384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB7384; }

 p { color: rgb(251,115,132); }

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

background-color css

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

 a { background-color: rgb(251,115,132); }

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

border-color css

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

 span { border-color: rgb(251,115,132); }

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