#FF6695

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

Shades of Brink Pink #FF6695

Tints of Brink Pink #FF6695

Color information

#FF6695 (or 0xFF6695) is unknown color: approx Brink Pink. HEX triplet: FF, 66 and 95. RGB value is (255,102,149). Sum of RGB (Red+Green+Blue) = 255+102+149=506 (67% of max value = 765). Red value is 255 (100% from 255 or 50.40% from 506); Green value is 102 (40.23% from 255 or 20.16% from 506); Blue value is 149 (58.59% from 255 or 29.45% from 506); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6695 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF6695 is #00996A. Grayscale: #999999. Windows color (decimal): -39275 or 9791231. OLE color: 9791231.

HSL color Cylindrical-coordinate representation of color #FF6695: hue angle of 341.57º 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 #FF6695 is Cyan = 0, Magento = 0.6, Yellow = 0.42 and Black (K on CMYK) = 0.

Color convert

RGB255102149-
CMYK00.60.420
HSL341.57º100%70%-
HSV(B)341.57º60%100%-
XYZ51.4232.9332.08-
YUV153.1125.69200.68-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 50.40%
GREEN value IS 102 (40.23% from 255) = 20.16%
BLUE value IS 149 (58.59% from 255) = 29.45%
R=50.40%
G=20.16%
B=29.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.42
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25510214900.60.420341.5710070
HexFF669503C2A01566446
Octal377146225074520526144106
Binary111111111100110100101010111100101010010101011011001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF6695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF6695; }

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

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

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

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

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

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

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

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