#FF6694

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

Shades of Brink Pink #FF6694

Tints of Brink Pink #FF6694

Color information

#FF6694 (or 0xFF6694) is unknown color: approx Brink Pink. HEX triplet: FF, 66 and 94. RGB value is (255,102,148). Sum of RGB (Red+Green+Blue) = 255+102+148=505 (66% of max value = 765). Red value is 255 (100% from 255 or 50.50% from 505); Green value is 102 (40.23% from 255 or 20.20% from 505); Blue value is 148 (58.20% from 255 or 29.31% from 505); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6694 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF6694 is #00996B. Grayscale: #989898. Windows color (decimal): -39276 or 9725695. OLE color: 9725695.

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

Color convert

RGB255102148-
CMYK00.60.420
HSL341.96º100%70%-
HSV(B)341.96º60%100%-
XYZ51.3432.931.66-
YUV152.99125.19200.76-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 50.50%
GREEN value IS 102 (40.23% from 255) = 20.20%
BLUE value IS 148 (58.20% from 255) = 29.31%
R=50.50%
G=20.20%
B=29.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.42
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25510214800.60.420341.9610070
HexFF669403C2A01566446
Octal377146224074520526144106
Binary111111111100110100101000111100101010010101011011001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF6694

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF6694; }

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

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

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

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

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

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

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

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