#FF6693

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

Shades of Brink Pink #FF6693

Tints of Brink Pink #FF6693

Color information

#FF6693 (or 0xFF6693) is unknown color: approx Brink Pink. HEX triplet: FF, 66 and 93. RGB value is (255,102,147). Sum of RGB (Red+Green+Blue) = 255+102+147=504 (66% of max value = 765). Red value is 255 (100% from 255 or 50.60% from 504); Green value is 102 (40.23% from 255 or 20.24% from 504); Blue value is 147 (57.81% from 255 or 29.17% from 504); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6693 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF6693 is #00996C. Grayscale: #989898. Windows color (decimal): -39277 or 9660159. OLE color: 9660159.

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

Color convert

RGB255102147-
CMYK00.60.420
HSL342.35º100%70%-
HSV(B)342.35º60%100%-
XYZ51.2632.8731.25-
YUV152.88124.69200.84-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 50.60%
GREEN value IS 102 (40.23% from 255) = 20.24%
BLUE value IS 147 (57.81% from 255) = 29.17%
R=50.60%
G=20.24%
B=29.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.42
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25510214700.60.420342.3510070
HexFF669303C2A01566446
Octal377146223074520526144106
Binary111111111100110100100110111100101010010101011011001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF6693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF6693; }

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

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

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

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

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

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

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

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