#FB6A75

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

Shades of Brink Pink #FB6A75

Tints of Brink Pink #FB6A75

Color information

#FB6A75 (or 0xFB6A75) is unknown color: approx Brink Pink. HEX triplet: FB, 6A and 75. RGB value is (251,106,117). Sum of RGB (Red+Green+Blue) = 251+106+117=474 (62% of max value = 765). Red value is 251 (98.44% from 255 or 52.95% from 474); Green value is 106 (41.80% from 255 or 22.36% from 474); Blue value is 117 (46.09% from 255 or 24.68% from 474); Max value from RGB is 251 - color contains mainly: red. Hex color #FB6A75 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB6A75 is #04958A. Grayscale: #969696. Windows color (decimal): -300427 or 7695099. OLE color: 7695099.

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

Color convert

RGB251106117-
CMYK00.580.530.02
HSL355.45º94.77%70%-
HSV(B)355.45º57.77%98.43%-
XYZ48.1532.120.49-
YUV150.61109.04199.61-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 52.95%
GREEN value IS 106 (41.80% from 255) = 22.36%
BLUE value IS 117 (46.09% from 255) = 24.68%
R=52.95%
G=22.36%
B=24.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.53
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25110611700.580.530.02355.4594.7770
HexFB6A7503A3521635f46
Octal373152165072652543137106
Binary111110111101010111010101110101101011010110001110111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB6A75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB6A75; }

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

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

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

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

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

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

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

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