#FB6493

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

Shades of Brink Pink #FB6493

Tints of Brink Pink #FB6493

Color information

#FB6493 (or 0xFB6493) is unknown color: approx Brink Pink. HEX triplet: FB, 64 and 93. RGB value is (251,100,147). Sum of RGB (Red+Green+Blue) = 251+100+147=498 (65% of max value = 765). Red value is 251 (98.44% from 255 or 50.40% from 498); Green value is 100 (39.45% from 255 or 20.08% from 498); Blue value is 147 (57.81% from 255 or 29.52% from 498); Max value from RGB is 251 - color contains mainly: red. Hex color #FB6493 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB6493 is #049B6C. Grayscale: #969696. Windows color (decimal): -301933 or 9659643. OLE color: 9659643.

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

Color convert

RGB251100147-
CMYK00.600.410.02
HSL341.32º94.97%68.82%-
HSV(B)341.32º60.16%98.43%-
XYZ49.6131.7331.11-
YUV150.51126.03199.68-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 50.40%
GREEN value IS 100 (39.45% from 255) = 20.08%
BLUE value IS 147 (57.81% from 255) = 29.52%
R=50.40%
G=20.08%
B=29.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.41
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25110014700.600.410.02341.3294.9768.82
HexFB649303C2921555f45
Octal373144223074512525137105
Binary1111101111001001001001101111001010011010101010110111111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB6493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB6493; }

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

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

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

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

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

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

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

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