#FB6694

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

Shades of Brink Pink #FB6694

Tints of Brink Pink #FB6694

Color information

#FB6694 (or 0xFB6694) is unknown color: approx Brink Pink. HEX triplet: FB, 66 and 94. RGB value is (251,102,148). Sum of RGB (Red+Green+Blue) = 251+102+148=501 (66% of max value = 765). Red value is 251 (98.44% from 255 or 50.10% from 501); Green value is 102 (40.23% from 255 or 20.36% from 501); Blue value is 148 (58.20% from 255 or 29.54% from 501); Max value from RGB is 251 - color contains mainly: red. Hex color #FB6694 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB6694 is #04996B. Grayscale: #979797. Windows color (decimal): -301420 or 9725691. OLE color: 9725691.

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

Color convert

RGB251102148-
CMYK00.590.410.02
HSL341.48º94.9%69.22%-
HSV(B)341.48º59.36%98.43%-
XYZ49.8832.1531.59-
YUV151.8125.86198.76-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 50.10%
GREEN value IS 102 (40.23% from 255) = 20.36%
BLUE value IS 148 (58.20% from 255) = 29.54%
R=50.10%
G=20.36%
B=29.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.41
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25110214800.590.410.02341.4894.969.22
HexFB669403B2921555f45
Octal373146224073512525137105
Binary1111101111001101001010001110111010011010101010110111111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB6694

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB6694; }

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

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

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

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

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

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

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

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