#FB607F

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

Shades of Brink Pink #FB607F

Tints of Brink Pink #FB607F

Color information

#FB607F (or 0xFB607F) is unknown color: approx Brink Pink. HEX triplet: FB, 60 and 7F. RGB value is (251,96,127). Sum of RGB (Red+Green+Blue) = 251+96+127=474 (62% of max value = 765). Red value is 251 (98.44% from 255 or 52.95% from 474); Green value is 96 (37.89% from 255 or 20.25% from 474); Blue value is 127 (50% from 255 or 26.79% from 474); Max value from RGB is 251 - color contains mainly: red. Hex color #FB607F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB607F is #049F80. Grayscale: #919191. Windows color (decimal): -302977 or 8347899. OLE color: 8347899.

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

Color convert

RGB25196127-
CMYK00.620.490.02
HSL348º95.09%68.04%-
HSV(B)348º61.75%98.43%-
XYZ47.830.4123.43-
YUV145.88117.35202.98-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 52.95%
GREEN value IS 96 (37.89% from 255) = 20.25%
BLUE value IS 127 (50% from 255) = 26.79%
R=52.95%
G=20.25%
B=26.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.49
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2519612700.620.490.0234895.0968.04
HexFB607F03E31215c5f44
Octal373140177076612534137104
Binary111110111100000111111101111101100011010101110010111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB607F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB607F; }

 p { color: rgb(251,96,127); }

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

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

 a { background-color: rgb(251,96,127); }

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

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

 span { border-color: rgb(251,96,127); }

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