#FF698F

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

Shades of Brink Pink #FF698F

Tints of Brink Pink #FF698F

Color information

#FF698F (or 0xFF698F) is unknown color: approx Brink Pink. HEX triplet: FF, 69 and 8F. RGB value is (255,105,143). Sum of RGB (Red+Green+Blue) = 255+105+143=503 (66% of max value = 765). Red value is 255 (100% from 255 or 50.70% from 503); Green value is 105 (41.41% from 255 or 20.87% from 503); Blue value is 143 (56.25% from 255 or 28.43% from 503); Max value from RGB is 255 - color contains mainly: red. Hex color #FF698F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF698F is #009670. Grayscale: #9A9A9A. Windows color (decimal): -38513 or 9398783. OLE color: 9398783.

HSL color Cylindrical-coordinate representation of color #FF698F: hue angle of 344.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 #FF698F is Cyan = 0, Magento = 0.59, Yellow = 0.44 and Black (K on CMYK) = 0.

Color convert

RGB255105143-
CMYK00.590.440
HSL344.8º100%70.59%-
HSV(B)344.8º58.82%100%-
XYZ51.2533.3529.72-
YUV154.18121.7199.91-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 50.70%
GREEN value IS 105 (41.41% from 255) = 20.87%
BLUE value IS 143 (56.25% from 255) = 28.43%
R=50.70%
G=20.87%
B=28.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.44
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25510514300.590.440344.810070.59
HexFF698F03B2C01596447
Octal377151217073540531144107
Binary111111111101001100011110111011101100010101100111001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF698F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF698F; }

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

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

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

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

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

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

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

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