Html Css Color HEX #FB5482 Brink Pink

📋 copy color: '#FB5482'

red 251 ◦ green 84 ◦ blue 130

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

Shades of Brink Pink #FB5482

Tints of Brink Pink #FB5482

RGB

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

 GREEN value IS 84 (33.2% from 255) = 18.06%

 BLUE value IS 130 (51.17% from 255) = 27.96%

R = 53.98%
G = 18.06%
B = 27.96%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.48

 K value IS 0.02

RGB Variations

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

Color information

#FB5482 (or 0xFB5482) is known color: Brink Pink. HEX triplet: FB, 54 and 82. RGB value is (251,84,130). Sum of RGB (Red+Green+Blue) = 251+84+130=465 (61% of max value = 765). Red value is 251 (98.44% from 255 or 53.98% from 465); Green value is 84 (33.20% from 255 or 18.06% from 465); Blue value is 130 (51.17% from 255 or 27.96% from 465); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5482 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB5482 is #04AB7D. Grayscale: #8B8B8B. Windows color (decimal): -306046 or 8541435. OLE color: 8541435.

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

Color convert

RGB 251 84 130 -
CMYK 0 0.67 0.48 0.02
HSL 343.47º 0.95% 0.66% -
HSV(B) 343.47º 0.67% 0.98% -
XYZ 46.98 28.46 24.14 -
YUV 139.18 122.83 207.76 -
System Red Green Blue C M Y K H S L
Decimal 251 84 130 0 0.67 0.48 0.02 343.47 0.95 0.66
Hex FB 54 82 0 43 30 2 157 5F 42
Octal 373 124 202 0 103 60 2 527 137 102
Binary 11111011 1010100 10000010 0 1000011 110000 10 101010111 1011111 1000010

Color Harmonies of #FB5482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB5482

Black with #FB5482

Text Example


Text Example

White with #FB5482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB5482; }

 p { color: rgb(251,84,130); }

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

background-color css

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

 a { background-color: rgb(251,84,130); }

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

border-color css

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

 span { border-color: rgb(251,84,130); }

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