#FF6994

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

Shades of Brink Pink #FF6994

Tints of Brink Pink #FF6994

Color information

#FF6994 (or 0xFF6994) is unknown color: approx Brink Pink. HEX triplet: FF, 69 and 94. RGB value is (255,105,148). Sum of RGB (Red+Green+Blue) = 255+105+148=508 (67% of max value = 765). Red value is 255 (100% from 255 or 50.20% from 508); Green value is 105 (41.41% from 255 or 20.67% from 508); Blue value is 148 (58.20% from 255 or 29.13% from 508); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6994 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF6994 is #00966B. Grayscale: #9A9A9A. Windows color (decimal): -38508 or 9726463. OLE color: 9726463.

HSL color Cylindrical-coordinate representation of color #FF6994: hue angle of 342.8º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FF6994 is Cyan = 0, Magento = 0.59, Yellow = 0.42 and Black (K on CMYK) = 0.

Color convert

RGB255105148-
CMYK00.590.420
HSL342.8º100%70.59%-
HSV(B)342.8º58.82%100%-
XYZ51.6433.531.76-
YUV154.75124.2199.5-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 50.20%
GREEN value IS 105 (41.41% from 255) = 20.67%
BLUE value IS 148 (58.20% from 255) = 29.13%
R=50.20%
G=20.67%
B=29.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.42
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25510514800.590.420342.810070.59
HexFF699403B2A01576447
Octal377151224073520527144107
Binary111111111101001100101000111011101010010101011111001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF6994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF6994; }

 p { color: rgb(255,105,148); }

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

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

 a { background-color: rgb(255,105,148); }

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

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

 span { border-color: rgb(255,105,148); }

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