#FB6480

Color #FB6480 Brink Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brink Pink #FB6480

Tints of Brink Pink #FB6480

Color information

#FB6480 (or 0xFB6480) is unknown color: approx Brink Pink. HEX triplet: FB, 64 and 80. RGB value is (251,100,128). Sum of RGB (Red+Green+Blue) = 251+100+128=479 (63% of max value = 765). Red value is 251 (98.44% from 255 or 52.40% from 479); Green value is 100 (39.45% from 255 or 20.88% from 479); Blue value is 128 (50.39% from 255 or 26.72% from 479); Max value from RGB is 251 - color contains mainly: red. Hex color #FB6480 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB6480 is #049B7F. Grayscale: #949494. Windows color (decimal): -301952 or 8414459. OLE color: 8414459.

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

Color convert

RGB251100128-
CMYK00.600.490.02
HSL348.87º94.97%68.82%-
HSV(B)348.87º60.16%98.43%-
XYZ48.2431.1823.9-
YUV148.34116.53201.22-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 52.40%
GREEN value IS 100 (39.45% from 255) = 20.88%
BLUE value IS 128 (50.39% from 255) = 26.72%
R=52.40%
G=20.88%
B=26.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.49
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25110012800.600.490.02348.8794.9768.82
HexFB648003C31215d5f45
Octal373144200074612535137105
Binary1111101111001001000000001111001100011010101110110111111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB6480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB6480; }

 p { color: rgb(251,100,128); }

 H1.HeaderClassName
 {
   color: #FB6480;
 }
 .AnyTagClassName
 {
   color: #FB6480;
 }
</style>
background-color css

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

 a { background-color: rgb(251,100,128); }

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

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

 span { border-color: rgb(251,100,128); }

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