#FB6A95

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

Shades of Brink Pink #FB6A95

Tints of Brink Pink #FB6A95

Color information

#FB6A95 (or 0xFB6A95) is unknown color: approx Brink Pink. HEX triplet: FB, 6A and 95. RGB value is (251,106,149). Sum of RGB (Red+Green+Blue) = 251+106+149=506 (67% of max value = 765). Red value is 251 (98.44% from 255 or 49.60% from 506); Green value is 106 (41.80% from 255 or 20.95% from 506); Blue value is 149 (58.59% from 255 or 29.45% from 506); Max value from RGB is 251 - color contains mainly: red. Hex color #FB6A95 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB6A95 is #04956A. Grayscale: #9A9A9A. Windows color (decimal): -300395 or 9792251. OLE color: 9792251.

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

Color convert

RGB251106149-
CMYK00.580.410.02
HSL342.21º94.77%70%-
HSV(B)342.21º57.77%98.43%-
XYZ50.3632.9932.15-
YUV154.26125.04197-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 49.60%
GREEN value IS 106 (41.80% from 255) = 20.95%
BLUE value IS 149 (58.59% from 255) = 29.45%
R=49.60%
G=20.95%
B=29.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.41
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25110614900.580.410.02342.2194.7770
HexFB6A9503A2921565f46
Octal373152225072512526137106
Binary1111101111010101001010101110101010011010101011010111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB6A95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB6A95; }

 p { color: rgb(251,106,149); }

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

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

 a { background-color: rgb(251,106,149); }

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

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

 span { border-color: rgb(251,106,149); }

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