#FB6494

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

Shades of Brink Pink #FB6494

Tints of Brink Pink #FB6494

Color information

#FB6494 (or 0xFB6494) is unknown color: approx Brink Pink. HEX triplet: FB, 64 and 94. RGB value is (251,100,148). Sum of RGB (Red+Green+Blue) = 251+100+148=499 (66% of max value = 765). Red value is 251 (98.44% from 255 or 50.30% from 499); Green value is 100 (39.45% from 255 or 20.04% from 499); Blue value is 148 (58.20% from 255 or 29.66% from 499); Max value from RGB is 251 - color contains mainly: red. Hex color #FB6494 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB6494 is #049B6B. Grayscale: #969696. Windows color (decimal): -301932 or 9725179. OLE color: 9725179.

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

Color convert

RGB251100148-
CMYK00.600.410.02
HSL340.93º94.97%68.82%-
HSV(B)340.93º60.16%98.43%-
XYZ49.6931.7631.53-
YUV150.62126.53199.6-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 50.30%
GREEN value IS 100 (39.45% from 255) = 20.04%
BLUE value IS 148 (58.20% from 255) = 29.66%
R=50.30%
G=20.04%
B=29.66%

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
Decimal25110014800.600.410.02340.9394.9768.82
HexFB649403C2921555f45
Octal373144224074512525137105
Binary1111101111001001001010001111001010011010101010110111111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB6494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB6494; }

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

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

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

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

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

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

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

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